| 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(ConfNamespace ns,
    String listName)
 Returns a reference to a subordinate  
list with
 the name listName, belonging to the namespace
 ns. | 
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(Integer key)
Returns a reference to a subordinate  
list with the
 hash value key. | 
NavuList | 
NavuContainer.list(Integer key)
Returns a reference to a subordinate  
list with the
 hash value key. | 
NavuList | 
NavuAction.list(Integer key)  | 
NavuList | 
NavuNode.list(String key)
Returns a reference to a subordinate  
list with
 the name key. | 
NavuList | 
NavuContainer.list(String key)
Returns a reference to a subordinate  
list with
 the name key. | 
NavuList | 
NavuAction.list(String key)  | 
NavuList | 
NavuNode.list(String prefix,
    String key)
Deprecated.  
 | 
NavuList | 
NavuContainer.list(String prefix,
    String key)
Deprecated.  
 | 
NavuList | 
NavuAction.list(String prefix,
    String key)  | 
| 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)  |