Class TreeUtils
- java.lang.Object
-
- org.apache.commons.configuration2.tree.TreeUtils
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidprintTree(PrintStream stream, ImmutableNode result)Print out the data in the configuration.
-
-
-
Method Detail
-
printTree
public static void printTree(PrintStream stream, ImmutableNode result)
Print out the data in the configuration.- Parameters:
stream- The OutputStream.result- The root node of the tree.
-
-