|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Node | |
|---|---|
| org.apache.karaf.shell.dev.util | |
| Uses of Node in org.apache.karaf.shell.dev.util |
|---|
| Subclasses of Node in org.apache.karaf.shell.dev.util | |
|---|---|
class |
Tree<T>
Represents a tree that can be written to the console. |
| Methods in org.apache.karaf.shell.dev.util that return Node | |
|---|---|
Node |
Node.addChild(T value)
Adds a child to this node |
| Methods in org.apache.karaf.shell.dev.util that return types with arguments of type Node | |
|---|---|
java.util.List<Node<T>> |
Node.getChildren()
Access the node's child nodes |
| Methods in org.apache.karaf.shell.dev.util with parameters of type Node | |
|---|---|
java.lang.String |
Tree.Converter.toString(Node<T> node)
|
| Constructors in org.apache.karaf.shell.dev.util with parameters of type Node | |
|---|---|
Node(T value,
Node<T> parent)
Creates a new node. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||