Package com.google.gerrit.server.util
Class TreeFormatter
- java.lang.Object
-
- com.google.gerrit.server.util.TreeFormatter
-
public class TreeFormatter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
TreeFormatter.TreeNode
-
Field Summary
Fields Modifier and Type Field Description static String
NOT_VISIBLE_NODE
-
Constructor Summary
Constructors Constructor Description TreeFormatter(PrintWriter stdout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
printTree(TreeFormatter.TreeNode rootNode)
void
printTree(NavigableSet<? extends TreeFormatter.TreeNode> rootNodes)
-
-
-
Field Detail
-
NOT_VISIBLE_NODE
public static final String NOT_VISIBLE_NODE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TreeFormatter
public TreeFormatter(PrintWriter stdout)
-
-
Method Detail
-
printTree
public void printTree(NavigableSet<? extends TreeFormatter.TreeNode> rootNodes)
-
printTree
public void printTree(TreeFormatter.TreeNode rootNode)
-
-