Package help.validator.location
Class HelpModuleLocation
java.lang.Object
help.validator.location.HelpModuleLocation
- Direct Known Subclasses:
DirectoryHelpModuleLocation
,JarHelpModuleLocation
-
Field Summary
Modifier and TypeFieldDescriptionprotected Path
The help dir parent of the help topics and suchprotected GhidraTOCFile
this is the TOC_Source.xml file, not the generated file -
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
Returns true if this help location represents a source of input files to generate help outputabstract javax.help.HelpSet
protected void
abstract GhidraTOCFile
toString()
-
Field Details
-
helpDir
The help dir parent of the help topics and such -
sourceTOCFile
this is the TOC_Source.xml file, not the generated file
-
-
Method Details
-
loadSourceTOCFile
-
loadHelpSet
public abstract javax.help.HelpSet loadHelpSet() -
isHelpInputSource
public abstract boolean isHelpInputSource()Returns true if this help location represents a source of input files to generate help output- Returns:
- true if this help location represents a source of input files to generate help output
-
loadHelpTopics
protected void loadHelpTopics() -
getHelpLocation
-
getHelpModuleLocation
-
getModuleRepoRoot
-
getHelpTopics
-
getAllHREFs
-
getAllIMGs
-
toString
-