org.apache.commons.configuration.tree
Class TreeUtils

java.lang.Object
  extended by org.apache.commons.configuration.tree.TreeUtils

public final class TreeUtils
extends java.lang.Object

Utility methods.

Since:
1.7
Version:
$Id: TreeUtils.java 1162387 2011-08-27 16:05:20Z oheger $
Author:
Commons Configuration team

Method Summary
static void printTree(java.io.PrintStream stream, ConfigurationNode result)
          Print out the data in the configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

printTree

public static void printTree(java.io.PrintStream stream,
                             ConfigurationNode result)
Print out the data in the configuration.

Parameters:
stream - The OutputStream.
result - The root node of the tree.


Copyright © 2001-2011. All Rights Reserved.