| Package | Description |
|---|---|
| org.apache.karaf.shell.dev.util |
| Modifier and Type | Method and Description |
|---|---|
void |
Tree.write(PrintStream stream,
Tree.Converter<T> converter)
Write the tree to a PrintStream, using the provided converter to output the node values
|
void |
Tree.write(PrintWriter writer,
Tree.Converter<T> converter)
Write the tree to a PrintWriter, using the provided converter to output the node values
|
protected void |
Node.write(PrintWriter writer,
Tree.Converter<T> converter,
boolean... indents) |
Copyright © 2007-2013 FuseSource, Corp.. All Rights Reserved.