| 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 | Method and Description |
|---|---|
NavuList |
NavuContainer.list(ConfNamespace ns,
String listName)
Returns a reference to a subordinate
list with
the name listName, belonging to the namespace
ns. |
NavuList |
NavuNode.list(ConfNamespace ns,
String listName)
Returns a reference to a subordinate
list with
the name listName, belonging to the namespace
ns. |
NavuList |
NavuAction.list(Integer key) |
NavuList |
NavuContainer.list(Integer key)
Returns a reference to a subordinate
list with the
hash value key. |
NavuList |
NavuNode.list(Integer key)
Returns a reference to a subordinate
list with the
hash value key. |
NavuList |
NavuAction.list(String key) |
NavuList |
NavuContainer.list(String key)
Returns a reference to a subordinate
list with
the name key. |
NavuList |
NavuNode.list(String key)
Returns a reference to a subordinate
list with
the name key. |
NavuList |
NavuAction.list(String prefix,
String key) |
NavuList |
NavuContainer.list(String prefix,
String key)
Deprecated.
|
NavuList |
NavuNode.list(String prefix,
String key)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static NoSuchNavuNodeException |
NoSuchNavuNodeException.mk(NavuList navuList,
ConfKey key) |
static IllegalParentNavuNodeException |
IllegalParentNavuNodeException.mk(String path,
MaapiSchemas.CSNode child,
NavuList navuList) |