Package | Description |
---|---|
com.tailf.maapi |
MAAPI is an API which provides full access to the systems internal
transaction engine.
|
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 |
---|---|
void |
Maapi.diffIterate(int tid,
MaapiDiffIterate iter)
Iterates through the transaction diff.
|
void |
Maapi.diffIterate(int tid,
MaapiDiffIterate iter,
Object initstate,
String fmt,
Object... args)
Iterates through the transaction diff.
|
void |
Maapi.diffIterate(int tid,
MaapiDiffIterate iter,
String fmt,
Object... args)
Iterates through the transaction diff.
|
void |
Maapi.diffIterate(int tid,
Object initstate,
EnumSet<DiffIterateFlags> flags,
MaapiDiffIterate iter,
ConfPath path)
Iterates through the transaction diff.
|
Modifier and Type | Class and Description |
---|---|
class |
NavuContainer
NavuContainer is a representation of the yang
construct container,module and list-entry. |
class |
NavuListEntry
A
NavuList holds this representation of a entry as its
children or entry set. |