public class ComponentTreePrinter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected groovy.util.IndentPrinter |
out |
| Constructor and Description |
|---|
ComponentTreePrinter() |
ComponentTreePrinter(groovy.util.IndentPrinter out) |
ComponentTreePrinter(PrintWriter out) |
| Modifier and Type | Method and Description |
|---|---|
void |
print(ComponentNode node) |
protected void |
printAttributes(boolean hasValue,
Map attributes) |
protected void |
printList(List list) |
protected void |
printMapAttributes(boolean hasValue,
Map attributes) |
protected void |
printName(ComponentNode node) |
public ComponentTreePrinter()
public ComponentTreePrinter(PrintWriter out)
public ComponentTreePrinter(groovy.util.IndentPrinter out)
public void print(ComponentNode node)
protected void printName(ComponentNode node)
protected void printList(List list)
protected void printAttributes(boolean hasValue,
Map attributes)
protected void printMapAttributes(boolean hasValue,
Map attributes)
Copyright © 2015 LSST. All rights reserved.