public class ApacheAugeasTree extends AugeasTreeLazy
match(String)
or matchRelative(AugeasNode, String) should return
nodes as if the Include directive was replaced by the contents
of the included file.AUGEAS_DATA_PATH, PATH_SEPARATOR| Constructor and Description |
|---|
ApacheAugeasTree(String serverRootPath,
net.augeas.Augeas ag,
AugeasModuleConfig moduleConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
getIncludeGlobs() |
Map<AugeasNode,List<String>> |
getIncludes() |
protected AugeasNode |
instantiateNode(String fullPath) |
List<AugeasNode> |
match(String expression) |
List<AugeasNode> |
matchRelative(AugeasNode node,
String expression) |
void |
setIncludes(Map<AugeasNode,List<String>> includes) |
createNode, removeNodecreateNode, get, getAugeas, getFile, getLoadedNode, getModuleConfig, getNode, getNodeBuffer, getRootNode, save, setRootNode, setValue, summarizeAugeasErrorpublic ApacheAugeasTree(String serverRootPath, net.augeas.Augeas ag, AugeasModuleConfig moduleConfig)
protected AugeasNode instantiateNode(String fullPath)
instantiateNode in class AugeasTreeLazypublic Map<AugeasNode,List<String>> getIncludes()
public void setIncludes(Map<AugeasNode,List<String>> includes)
public List<AugeasNode> match(String expression) throws AugeasTreeException
match in interface AugeasTreematch in class AbstractAugeasTreeAugeasTreeExceptionpublic List<AugeasNode> matchRelative(AugeasNode node, String expression) throws AugeasTreeException
matchRelative in interface AugeasTreematchRelative in class AbstractAugeasTreeAugeasTreeExceptionprotected List<String> getIncludeGlobs()
getIncludeGlobs in class AbstractAugeasTreeCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.