Package help.validator.location
Class DirectoryHelpModuleLocation
- java.lang.Object
 - 
- help.validator.location.HelpModuleLocation
 - 
- help.validator.location.DirectoryHelpModuleLocation
 
 
 
- 
public class DirectoryHelpModuleLocation extends HelpModuleLocation
 
- 
- 
Field Summary
- 
Fields inherited from class help.validator.location.HelpModuleLocation
helpDir, sourceTOCFile 
 - 
 
- 
Constructor Summary
Constructors Constructor Description DirectoryHelpModuleLocation(java.io.File file) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisHelpInputSource()Returns true if this help location represents a source of input files to generate help outputjavax.help.HelpSetloadHelpSet()GhidraTOCFileloadSourceTOCFile()- 
Methods inherited from class help.validator.location.HelpModuleLocation
getAllHREFs, getAllIMGs, getHelpLocation, getHelpModuleLocation, getHelpTopics, getModuleRepoRoot, loadHelpTopics, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
isHelpInputSource
public boolean isHelpInputSource()
Description copied from class:HelpModuleLocationReturns true if this help location represents a source of input files to generate help output- Specified by:
 isHelpInputSourcein classHelpModuleLocation
 
- 
loadHelpSet
public javax.help.HelpSet loadHelpSet()
- Specified by:
 loadHelpSetin classHelpModuleLocation
 
- 
loadSourceTOCFile
public GhidraTOCFile loadSourceTOCFile()
- Specified by:
 loadSourceTOCFilein classHelpModuleLocation
 
 - 
 
 -