public interface AugeasNode
AugeasTree.| Modifier and Type | Method and Description |
|---|---|
void |
addChildNode(AugeasNode node) |
boolean |
equals(Object obj) |
List<AugeasNode> |
getChildByLabel(String labelName) |
List<AugeasNode> |
getChildNodes() |
String |
getFullPath() |
String |
getLabel() |
AugeasNode |
getParentNode() |
String |
getPath() |
int |
getSeq() |
String |
getValue() |
void |
remove(boolean updateSeq)
Removes the node from its parent children optionally updating
the sequence numbers of the sibling nodes with the same label.
|
void |
setLabel(String label) |
void |
setPath(String path) |
void |
setSeq(int seq) |
void |
setValue(String value) |
void |
updateFromParent()
Updates the settings of this node according to the data in the parent.
|
String getPath()
void setPath(String path) throws AugeasTreeException
AugeasTreeExceptionString getLabel()
void setLabel(String label)
String getValue()
void setValue(String value)
int getSeq()
void setSeq(int seq)
AugeasNode getParentNode()
List<AugeasNode> getChildNodes()
String getFullPath()
void addChildNode(AugeasNode node)
List<AugeasNode> getChildByLabel(String labelName)
void remove(boolean updateSeq)
throws AugeasTreeException
updateSeq - whether to update the siblings' sequence numbersAugeasTreeExceptionvoid updateFromParent()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.