Package help.validator.location
Class HelpModuleLocation
java.lang.Object
help.validator.location.HelpModuleLocation
- Direct Known Subclasses:
- DirectoryHelpModuleLocation,- JarHelpModuleLocation
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected PathThe help dir parent of the help topics and suchprotected GhidraTOCFilethis is the TOC_Source.xml file, not the generated file
- 
Method SummaryModifier and TypeMethodDescriptionabstract booleanReturns true if this help location represents a source of input files to generate help outputabstract javax.help.HelpSetprotected voidabstract GhidraTOCFiletoString()
- 
Field Details- 
helpDirThe help dir parent of the help topics and such
- 
sourceTOCFilethis is the TOC_Source.xml file, not the generated file
 
- 
- 
Method Details- 
loadSourceTOCFile
- 
loadHelpSetpublic abstract javax.help.HelpSet loadHelpSet()
- 
isHelpInputSourcepublic 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
 
- 
loadHelpTopicsprotected void loadHelpTopics()
- 
getHelpLocation
- 
getHelpModuleLocation
- 
getModuleRepoRoot
- 
getHelpTopics
- 
getAllHREFs
- 
getAllIMGs
- 
toString
 
-