Package help
Class OverlayHelpTree
- java.lang.Object
-
- help.OverlayHelpTree
-
public class OverlayHelpTree extends java.lang.Object
A class that will take in a group of help directories and create a tree of help Table of Contents (TOC) items. Ideally, this tree can be used to create a single TOC document, or individual TOC documents, one for each help directory (this allows for better modularity).We call this class an overlay tree to drive home the idea that each help directory's TOC data is put into the tree, with any duplicate paths overlayed on top of those from other help directories.
-
-
Constructor Summary
Constructors Constructor Description OverlayHelpTree(TOCItemProvider tocItemProvider, LinkDatabase linkDatabase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
printTreeForID(java.nio.file.Path outputFile, java.lang.String sourceFileID)
-
-
-
Constructor Detail
-
OverlayHelpTree
public OverlayHelpTree(TOCItemProvider tocItemProvider, LinkDatabase linkDatabase)
-
-