org.apache.karaf.shell.dev.util
Interface Tree.Converter<T>

Type Parameters:
T - the object type for the node value
Enclosing class:
Tree<T>

public static interface Tree.Converter<T>

Interface to convert node values to string


Method Summary
 java.lang.String toString(Node<T> node)
           
 

Method Detail

toString

java.lang.String toString(Node<T> node)


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