|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tree.Converter | |
---|---|
org.apache.karaf.shell.dev.util |
Uses of Tree.Converter in org.apache.karaf.shell.dev.util |
---|
Methods in org.apache.karaf.shell.dev.util with parameters of type Tree.Converter | |
---|---|
void |
Tree.write(java.io.PrintStream stream,
Tree.Converter<T> converter)
Write the tree to a PrintStream, using the provided converter to output the node values |
void |
Tree.write(java.io.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(java.io.PrintWriter writer,
Tree.Converter<T> converter,
boolean... indents)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |