Class TreeUtils
java.lang.Object
org.apache.commons.configuration.tree.TreeUtils
Utility methods.
- Since:
- 1.7
- Version:
- $Id: TreeUtils.java 1301991 2012-03-17 20:18:02Z sebb $
- Author:
- Commons Configuration team
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
printTree
(PrintStream stream, ConfigurationNode result) Print out the data in the configuration.
-
Method Details
-
printTree
Print out the data in the configuration.- Parameters:
stream
- The OutputStream.result
- The root node of the tree.
-