Annotation Type HelpSetRegistration
Registers a help set.
A help set reference according to
-//NetBeans//DTD JavaHelp Help Set Reference 1.0//EN
is created.
If the help set specifies a search view, the search indexer will also be run;
all *.html
and *.htm
in the package containing the help set, and its subpackages, will be indexed.- Since:
- org.netbeans.modules.javahelp/1 2.20
- See Also:
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
helpSet
String helpSetRelative location of a help set file. Typically matches:-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN
-
merge
boolean mergeWhether the help set should be merged into the master help set.- Default:
true
-
position
int positionPosition of help set reference.- Default:
2147483647
-
excludes
String[] excludesHelpset-relative HTML filenames to exclude from indexing.- Default:
{"credits.html"}
-