public final class TreeUtils extends Object
Modifier and Type | Method and Description |
---|---|
static void |
printTree(PrintStream stream,
ConfigurationNode result)
Print out the data in the configuration.
|
public static void printTree(PrintStream stream, ConfigurationNode result)
stream
- The OutputStream.result
- The root node of the tree.Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.