Class TreeFormatter<T>
java.lang.Object
net.thevpc.common.commandline.format.TreeFormatter<T>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TreeLinkFormatterstatic final TreeLinkFormatterstatic final TreeNodeFormatter/ return new File("/home/vpc/.nuts/default-workspace/"); -
Constructor Summary
ConstructorsConstructorDescriptionTreeFormatter(TreeModel<T> tree) TreeFormatter(TreeModel<T> tree, TreeNodeFormatter formatter, TreeLinkFormatter linkFormatter) -
Method Summary
Modifier and TypeMethodDescriptionbooleanconfigure(CommandLine cmdLine) getTree()voidprint(PrintStream out) setFormatter(TreeNodeFormatter formatter) setLinkFormatter(TreeLinkFormatter linkFormatter) toString()
-
Field Details
-
LINK_ASCII_FORMATTER
-
LINK_SPACE_FORMATTER
-
TO_STRING_FORMATTER
/ return new File("/home/vpc/.nuts/default-workspace/");
-
-
Constructor Details
-
TreeFormatter
-
TreeFormatter
public TreeFormatter(TreeModel<T> tree, TreeNodeFormatter formatter, TreeLinkFormatter linkFormatter)
-
-
Method Details
-
getFormatter
-
setFormatter
-
getLinkFormatter
-
setLinkFormatter
-
getTree
-
setTree
-
toString
-
print
-
configure
-