| Package | Description |
|---|---|
| org.apache.karaf.shell.dev.util |
| Modifier and Type | Class and Description |
|---|---|
class |
Tree<T>
Represents a tree that can be written to the console.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.addChild(T value)
Adds a child to this node
|
| Modifier and Type | Method and Description |
|---|---|
List<Node<T>> |
Node.getChildren()
Access the node's child nodes
|
| Modifier and Type | Method and Description |
|---|---|
String |
Tree.Converter.toString(Node<T> node) |
| Constructor and Description |
|---|
Node(T value,
Node<T> parent)
Creates a new node.
|
Copyright © 2007-2013 FuseSource, Corp.. All Rights Reserved.