|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AugeasNode
Node is a part of the AugeasTree.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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()
boolean equals(Object obj)
equals in class ObjectString getFullPath()
void addChildNode(AugeasNode node)
List<AugeasNode> getChildByLabel(String labelName)
void remove(boolean updateSeq)
throws AugeasTreeException
updateSeq - whether to update the siblings' sequence numbers
AugeasTreeExceptionvoid updateFromParent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||