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 |
NavuNode.list(Integer key)
Returns a subordinate reference to list according to
the given hash value
key . |
NavuList |
NavuAction.list(Integer key) |
NavuList |
NavuContainer.list(Integer key)
Returns a subordinate reference to list according to
the given hash value
key . |
NavuList |
NavuNode.list(String key)
Returns a subordinate reference to NavuNode according to
the given string
key . |
NavuList |
NavuAction.list(String key) |
NavuList |
NavuContainer.list(String key)
Returns a subordinate reference to list according to
the given string
key . |
NavuList |
NavuNode.list(String prefix,
String key)
Returns a subordinate reference to list according to
the given
key and prefix . |
NavuList |
NavuAction.list(String prefix,
String key) |
NavuList |
NavuContainer.list(String prefix,
String key)
Returns a subordinate reference to list according to
the given
key and prefix . |
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) |