| 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 | 
|---|---|
static NavuList.WhereTo | 
NavuList.WhereTo.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static NavuList.WhereTo[] | 
NavuList.WhereTo.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NavuList.move(ConfKey key,
    NavuList.WhereTo whereTo,
    ConfKey to)
Move a list element to a new position in the list. 
 | 
void | 
NavuList.move(String keyStr,
    NavuList.WhereTo whereTo,
    String toStr)
Move a list element to a new position in the list. 
 |