public abstract class AugeasNodeBase extends Object
AugeasNodeLazy, AugeasNodeReal
and AugeasRootNode.| Modifier and Type | Field and Description |
|---|---|
protected AugeasTree |
ag |
protected List<AugeasNode> |
childNodes |
protected String |
label |
protected AugeasNode |
parentNode |
protected String |
path |
protected int |
seq |
protected String |
value |
| Modifier | Constructor and Description |
|---|---|
protected |
AugeasNodeBase() |
| Modifier and Type | Method and Description |
|---|---|
List<AugeasNode> |
getChildNodes() |
String |
getLabel() |
AugeasNode |
getParentNode() |
String |
getPath() |
int |
getSeq() |
String |
getValue() |
void |
setLabel(String label) |
void |
setSeq(int seq) |
void |
setValue(String value) |
protected String path
protected String label
protected String value
protected AugeasTree ag
protected int seq
protected AugeasNode parentNode
protected List<AugeasNode> childNodes
public String getPath()
public String getLabel()
public void setLabel(String label)
public String getValue()
public void setValue(String value)
public int getSeq()
public void setSeq(int seq)
public AugeasNode getParentNode()
public List<AugeasNode> getChildNodes()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.