Class TreeUtils
java.lang.Object
org.apache.commons.configuration2.tree.TreeUtils
Utility methods.
- Since:
- 1.7
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
printTree
(PrintStream stream, String indent, ImmutableNode result) static void
printTree
(PrintStream stream, ImmutableNode result) Print out the data in the configuration.
-
Constructor Details
-
TreeUtils
private TreeUtils()Prevent creating this class.
-
-
Method Details
-
printTree
Print out the data in the configuration.- Parameters:
stream
- The OutputStream.result
- The root node of the tree.
-
printTree
-