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
 String toString(Node<T> node)
           
 

Method Detail

toString

String toString(Node<T> node)


Copyright © 2007-2013 FuseSource, Corp.. All Rights Reserved.