Package help
Class GHelpBuilder
- java.lang.Object
-
- help.GHelpBuilder
-
public class GHelpBuilder extends java.lang.Object
A class to build help for an entire 'G' application. This class will take in a list of module paths and build the help for each module. To build single modules, call this class with only one module path.Note: Help links must not be absolute. They can be relative, including
. and ..
syntax. Further, they can use the special help system syntax, which is:help/topics/topicName/Filename.html
for referencing help topic fileshelp/shared/image.png
for referencing image files at paths rooted under the module's root help dir
-
-
Constructor Summary
Constructors Constructor Description GHelpBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-