public class AugeasTreeLazy extends AbstractAugeasTree
AUGEAS_DATA_PATH, PATH_SEPARATOR| Constructor and Description |
|---|
AugeasTreeLazy(net.augeas.Augeas ag,
AugeasModuleConfig moduleConfig) |
| Modifier and Type | Method and Description |
|---|---|
AugeasNode |
createNode(String fullPath)
Creates a new node on given path.
|
protected AugeasNode |
instantiateNode(String fullPath) |
void |
removeNode(AugeasNode node,
boolean updateSeq)
Removes the node from the tree optionally updating the sequence numbers
of its siblings.
|
createNode, get, getAugeas, getFile, getIncludeGlobs, getLoadedNode, getModuleConfig, getNode, getNodeBuffer, getRootNode, match, matchRelative, save, setRootNode, setValue, summarizeAugeasErrorpublic AugeasTreeLazy(net.augeas.Augeas ag,
AugeasModuleConfig moduleConfig)
protected AugeasNode instantiateNode(String fullPath)
public AugeasNode createNode(String fullPath) throws AugeasTreeException
AugeasTreeAugeasTreeExceptionpublic void removeNode(AugeasNode node, boolean updateSeq) throws AugeasTreeException
AugeasTreenode - the node to removeupdateSeq - whether to update sequence numbers or not.AugeasTreeExceptionCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.