Class TreeUtils

java.lang.Object
org.apache.commons.configuration2.tree.TreeUtils

public final class TreeUtils extends Object
Utility methods.
Since:
1.7
  • Method Details

    • 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.