| Package | Description |
|---|---|
| org.rhq.augeas | |
| org.rhq.augeas.node | |
| org.rhq.augeas.tree | |
| org.rhq.augeas.tree.impl | |
| org.rhq.rhqtransform |
| Modifier and Type | Method and Description |
|---|---|
AugeasTree |
AugeasProxy.getAugeasTree(String moduleName,
boolean lazy)
Produces the Augeas tree by loading it from augeas (if
AugeasProxy.load() wasn't called already)
and calling out to the tree builder to construct the tree. |
void |
AugeasProxy.load()
Initializes and loads the Augeas tree.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AugeasNodeReal.remove(boolean updateSeq) |
void |
AugeasNode.remove(boolean updateSeq)
Removes the node from its parent children optionally updating
the sequence numbers of the sibling nodes with the same label.
|
void |
AugeasRootNode.remove(boolean updateSeq) |
void |
AugeasNodeLazy.remove(boolean updateSeq) |
void |
AugeasNodeReal.setPath(String path) |
void |
AugeasNode.setPath(String path) |
void |
AugeasRootNode.setPath(String path) |
void |
AugeasNodeLazy.setPath(String path) |
| Modifier and Type | Method and Description |
|---|---|
AugeasTree |
AugeasTreeBuilder.buildTree(AugeasProxy proxy,
AugeasConfiguration moduleConfig,
String name,
boolean lazy) |
AugeasNode |
AugeasTree.createNode(AugeasNode parentNode,
String name,
String value,
int seq)
Creates a new child node under given parent.
|
AugeasNode |
AugeasTree.createNode(String fullPath)
Creates a new node on given path.
|
AugeasNode |
AugeasTree.getNode(String path)
Checks whether a node exists on given path.
|
List<AugeasNode> |
AugeasTree.match(String expression)
Performs a search using Augeas expression on the tree.
|
List<AugeasNode> |
AugeasTree.matchRelative(AugeasNode node,
String expression)
Performs a search using Augeas expression on the tree starting at given node.
|
void |
AugeasTree.removeNode(AugeasNode node,
boolean updateSeq)
Removes the node from the tree optionally updating the sequence numbers
of its siblings.
|
| Modifier and Type | Method and Description |
|---|---|
AugeasTree |
DefaultAugeasTreeBuilder.buildTree(AugeasProxy component,
AugeasConfiguration moduleConfig,
String name,
boolean lazy) |
AugeasNode |
AbstractAugeasTree.createNode(AugeasNode parentNode,
String name,
String value,
int seq) |
AugeasNode |
AugeasTreeLazy.createNode(String fullPath) |
AugeasNode |
AugeasTreeReal.createNode(String fullPath) |
AugeasNode |
AbstractAugeasTree.getNode(String path) |
List<AugeasNode> |
AbstractAugeasTree.match(String expression) |
List<AugeasNode> |
AbstractAugeasTree.matchRelative(AugeasNode node,
String expression) |
void |
AugeasTreeLazy.removeNode(AugeasNode node,
boolean updateSeq) |
void |
AugeasTreeReal.removeNode(AugeasNode node,
boolean updateSeq) |
| Modifier and Type | Method and Description |
|---|---|
AugeasComponent |
AugeasRHQComponent.getAugeas() |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.