Package com.google.gerrit.server.util
Class TreeFormatter
- java.lang.Object
- 
- com.google.gerrit.server.util.TreeFormatter
 
- 
 public class TreeFormatter extends Object 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceTreeFormatter.TreeNode
 - 
Field SummaryFields Modifier and Type Field Description static StringNOT_VISIBLE_NODE
 - 
Constructor SummaryConstructors Constructor Description TreeFormatter(PrintWriter stdout)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprintTree(TreeFormatter.TreeNode rootNode)voidprintTree(SortedSet<? extends TreeFormatter.TreeNode> rootNodes)
 
- 
- 
- 
Field Detail- 
NOT_VISIBLE_NODEpublic static final String NOT_VISIBLE_NODE - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
TreeFormatterpublic TreeFormatter(PrintWriter stdout) 
 
- 
 - 
Method Detail- 
printTreepublic void printTree(SortedSet<? extends TreeFormatter.TreeNode> rootNodes) 
 - 
printTreepublic void printTree(TreeFormatter.TreeNode rootNode) 
 
- 
 
-