| Package | Description |
|---|---|
| org.rhq.augeas | |
| org.rhq.augeas.node | |
| org.rhq.augeas.tree | |
| org.rhq.augeas.tree.impl | |
| org.rhq.rhqtransform | |
| org.rhq.rhqtransform.impl |
| Modifier and Type | Method and Description |
|---|---|
AugeasTree |
AugeasComponent.getAugeasTree(String moduleName) |
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. |
| Modifier and Type | Field and Description |
|---|---|
protected AugeasTree |
AugeasNodeBase.ag |
| Constructor and Description |
|---|
AugeasNodeLazy(String fullPath,
AugeasTree ag) |
AugeasNodeReal(AugeasNode parentNode,
AugeasTree ag,
String fullPath) |
AugeasNodeReal(AugeasNode parentNode,
AugeasTree tree,
String label,
int seq) |
| Modifier and Type | Method and Description |
|---|---|
AugeasTree |
AugeasTreeBuilder.buildTree(AugeasProxy proxy,
AugeasConfiguration moduleConfig,
String name,
boolean lazy) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAugeasTree
Abstract base class implementing the basic set of methods of the tree.
|
class |
AugeasTreeLazy
Lazy implementation of the augeas tree.
|
class |
AugeasTreeReal
Eager representation of the Augeas tree.
|
| Modifier and Type | Method and Description |
|---|---|
AugeasTree |
DefaultAugeasTreeBuilder.buildTree(AugeasProxy component,
AugeasConfiguration moduleConfig,
String name,
boolean lazy) |
| Modifier and Type | Method and Description |
|---|---|
void |
AugeasToConfiguration.setTree(AugeasTree tree)
Sets the Augeas tree that should be worked with.
|
void |
ConfigurationToAugeas.setTree(AugeasTree tree)
Sets the tree the mapping should work with.
|
| Modifier and Type | Field and Description |
|---|---|
protected AugeasTree |
ConfigurationToAugeasSimple.tree |
protected AugeasTree |
AugeasToConfigurationSimple.tree |
| Modifier and Type | Method and Description |
|---|---|
protected AugeasNode |
RhqAugeasMappingSimple.getStartNode(AugeasTree tree) |
void |
ConfigurationToAugeasSimple.setTree(AugeasTree tree) |
void |
AugeasToConfigurationSimple.setTree(AugeasTree tree) |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.