Interface CommandTreeNode.NodeFactory
- Enclosing interface:
- CommandTreeNode<T extends CommandTreeNode<T>>
public static interface CommandTreeNode.NodeFactory
Factory to create a root node.
- 
Method SummaryModifier and TypeMethodDescriptionCreates a literalCommandTreeNodeCreates a rootCommandTreeNode.
- 
Method Details- 
createRootCommandTreeNode<CommandTreeNode.Root> createRoot()Creates a rootCommandTreeNode.- Returns:
- The node
 
- 
createLiteralCommandTreeNode<CommandTreeNode.Basic> createLiteral()Creates a literalCommandTreeNode- Returns:
- The node
 
 
-