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 NavuLeafList.WhereTo |
NavuLeafList.WhereTo.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NavuLeafList.WhereTo[] |
NavuLeafList.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 |
NavuLeafList.move(ConfValue elem,
NavuLeafList.WhereTo whereTo,
ConfValue to)
Move a leaf-list element to a new position.
|
void |
NavuLeafList.move(String elemStr,
NavuLeafList.WhereTo whereTo,
String toStr)
Move a leaf-list element to a new position.
|