org.apache.commons.configuration.tree
public final class TreeUtils extends java.lang.Object
Modifier and Type | Method and 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.Copyright © 2001-2014. All Rights Reserved.