public class ApacheAugeasNode extends AugeasNodeLazy implements AugeasNode
ag, childNodes, label, parentNode, path, seq, value| Constructor and Description |
|---|
ApacheAugeasNode(AugeasNode parentNode,
AugeasTree tree,
String fullPath) |
ApacheAugeasNode(String fullPath,
AugeasTree tree) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChildNode(AugeasNode node) |
void |
addIncludeNodes(AugeasNode includeNode,
List<AugeasNode> nodes)
Adds the provided nodes to the list of the included child nodes.
|
List<AugeasNode> |
getChildNodes()
Returns the list of child nodes.
|
AugeasNode |
getParentNode() |
void |
setParentNode(AugeasNode node) |
void |
setPath(String path) |
void |
updateFromParent() |
equals, getChildByLabel, getFullPath, getValue, remove, setValuegetLabel, getPath, getSeq, setLabel, setSeqclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, getChildByLabel, getFullPath, getLabel, getPath, getSeq, getValue, remove, setLabel, setSeq, setValuepublic ApacheAugeasNode(String fullPath, AugeasTree tree)
public ApacheAugeasNode(AugeasNode parentNode, AugeasTree tree, String fullPath)
public List<AugeasNode> getChildNodes()
getChildNodes in interface AugeasNodegetChildNodes in class AugeasNodeLazyAugeasNodeLazy.getChildNodes()public void addIncludeNodes(AugeasNode includeNode, List<AugeasNode> nodes)
nodes - public AugeasNode getParentNode()
getParentNode in interface AugeasNodegetParentNode in class AugeasNodeLazypublic void addChildNode(AugeasNode node)
addChildNode in interface AugeasNodeaddChildNode in class AugeasNodeLazypublic void setPath(String path) throws AugeasTreeException
setPath in interface AugeasNodesetPath in class AugeasNodeLazyAugeasTreeExceptionpublic void updateFromParent()
updateFromParent in interface AugeasNodeupdateFromParent in class AugeasNodeLazypublic void setParentNode(AugeasNode node)
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.