public final class TreeUtils extends Object
| Modifier and Type | Method and Description | 
|---|---|
static void | 
printTree(PrintStream stream,
         ImmutableNode result)
Print out the data in the configuration. 
 | 
public static void printTree(PrintStream stream, ImmutableNode result)
stream - The OutputStream.result - The root node of the tree.Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.