Uses of Interface
org.apache.karaf.shell.dev.util.Tree.Converter

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)
           
 



Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.