Package help.validator.location
Class GeneratedDirectoryHelpModuleLocation
java.lang.Object
help.validator.location.HelpModuleLocation
help.validator.location.DirectoryHelpModuleLocation
help.validator.location.GeneratedDirectoryHelpModuleLocation
Represents a directory that holds generated content. At the time of writing, the only known
such input is the 'tips of the day' html file that is created from a text file.
-
Field Summary
Fields inherited from class help.validator.location.HelpModuleLocation
helpDir, sourceTOCFile
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true if this help location represents a source of input files to generate help outputMethods inherited from class help.validator.location.DirectoryHelpModuleLocation
loadHelpSet
Methods inherited from class help.validator.location.HelpModuleLocation
getAllHREFs, getAllIMGs, getHelpLocation, getHelpModuleLocation, getHelpTopics, getModuleRepoRoot, loadHelpTopics, toString
-
Constructor Details
-
GeneratedDirectoryHelpModuleLocation
-
-
Method Details
-
loadSourceTOCFile
- Overrides:
loadSourceTOCFile
in classDirectoryHelpModuleLocation
-
isHelpInputSource
public boolean isHelpInputSource()Description copied from class:HelpModuleLocation
Returns true if this help location represents a source of input files to generate help output- Overrides:
isHelpInputSource
in classDirectoryHelpModuleLocation
- Returns:
- true if this help location represents a source of input files to generate help output
-