public final class TreeUtils extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
static void |
printTree(java.io.PrintStream stream,
ConfigurationNode result) |
Print out the data in the configuration.
|
public static void printTree(java.io.PrintStream stream, ConfigurationNode result)
stream - The OutputStream.result - The root node of the tree.