Package | Description |
---|---|
com.tailf.navu |
NAVU (Navigation Utilities) is an API which provides increased
accessibility to the ConfD/NCS populated data model tree:
NAVU-Tree.
|
Modifier and Type | Class and Description |
---|---|
class |
NavuLeafList
NavuLeafList is a representation of the YANG leaf-list. |
Modifier and Type | Method and Description |
---|---|
NavuLeaf |
NavuLeaf.delete()
Deletes a leaf.
|
NavuLeaf |
NavuNode.leaf(ConfNamespace ns,
String leafName)
Returns a reference to a subordinate
leaf with
the name leafName , belonging to the namespace
ns . |
NavuLeaf |
NavuContainer.leaf(ConfNamespace ns,
String leafName)
Returns a reference to a subordinate
leaf with
the name leafName , belonging to the namespace
ns . |
NavuLeaf |
NavuNode.leaf(Integer key)
Returns a reference to a subordinate
leaf with
the hash value key . |
NavuLeaf |
NavuContainer.leaf(Integer key)
Returns a reference to a subordinate
leaf with
the hash value key . |
NavuLeaf |
NavuAction.leaf(Integer key) |
NavuLeaf |
NavuNode.leaf(String key)
Returns a reference to a subordinate
leaf with
the name key . |
NavuLeaf |
NavuContainer.leaf(String key)
Returns a reference to a subordinate
leaf with
the name key . |
NavuLeaf |
NavuAction.leaf(String leaf) |
NavuLeaf |
NavuNode.leaf(String prefix,
String key)
Deprecated.
|
NavuLeaf |
NavuContainer.leaf(String prefix,
String key)
Deprecated.
|
NavuLeaf |
NavuAction.leaf(String prefix,
String leaf) |