Class TreeUtils
- java.lang.Object
-
- org.apache.commons.configuration2.tree.TreeUtils
-
public final class TreeUtils extends java.lang.Object
Utility methods.- Since:
- 1.7
- Version:
- $Id: TreeUtils.java 1624601 2014-09-12 18:04:36Z oheger $
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
printTree(java.io.PrintStream stream, ImmutableNode result)
Print out the data in the configuration.
-
-
-
Method Detail
-
printTree
public static void printTree(java.io.PrintStream stream, ImmutableNode result)
Print out the data in the configuration.- Parameters:
stream
- The OutputStream.result
- The root node of the tree.
-
-