- AbstractAugeasConfigurationComponentTest - Class in org.rhq.plugins.augeas.test
-
- AbstractAugeasConfigurationComponentTest() - Constructor for class org.rhq.plugins.augeas.test.AbstractAugeasConfigurationComponentTest
-
- AbstractAugeasTree - Class in org.rhq.augeas.tree.impl
-
Abstract base class implementing the basic set of methods of the tree.
- AbstractAugeasTree(Augeas, AugeasModuleConfig) - Constructor for class org.rhq.augeas.tree.impl.AbstractAugeasTree
-
- accept(File) - Method in class org.rhq.augeas.util.GlobFilter
-
- accept(File) - Method in class org.rhq.augeas.util.LensFilter
-
- addChildNode(AugeasNode) - Method in interface org.rhq.augeas.node.AugeasNode
-
- addChildNode(AugeasNode) - Method in class org.rhq.augeas.node.AugeasNodeLazy
-
- addChildNode(AugeasNode) - Method in class org.rhq.augeas.node.AugeasNodeReal
-
- addChildNode(AugeasNode) - Method in class org.rhq.augeas.node.AugeasRootNode
-
- addConfigFile(String) - Method in class org.rhq.augeas.config.AugeasModuleConfig
-
- addExcludedGlob(String) - Method in class org.rhq.augeas.config.AugeasModuleConfig
-
- addIncludedGlob(String) - Method in class org.rhq.augeas.config.AugeasModuleConfig
-
- addLens(String, String) - Method in class org.rhq.plugins.augeas.helper.AugeasRawConfigHelper
-
- addModuleConfig(AugeasModuleConfig) - Method in class org.rhq.augeas.config.AugeasConfigurationSimple
-
- addNode(AugeasNode) - Method in class org.rhq.augeas.tree.AugeasNodeBuffer
-
- addNode(String, String) - Method in class org.rhq.plugins.augeas.helper.AugeasRawConfigHelper
-
- ag - Variable in class org.rhq.augeas.node.AugeasNodeBase
-
- ALPHABETICAL_COMPARATOR - Static variable in class org.rhq.augeas.util.Glob
-
- AUGEAS_DATA_PATH - Static variable in interface org.rhq.augeas.tree.AugeasTree
-
All the paths to nodes representing configuration data in Augeas are
prefixed by this.
- AUGEAS_LOAD_PATH - Static variable in class org.rhq.rhqtransform.impl.PluginDescriptorBasedAugeasConfiguration
-
- AUGEAS_MODULE_NAME_PROP - Static variable in class org.rhq.plugins.augeas.AugeasConfigurationComponent
-
- AUGEAS_MODULE_NAME_PROP - Static variable in class org.rhq.rhqtransform.impl.PluginDescriptorBasedAugeasConfiguration
-
- AUGEAS_ROOT - Static variable in class org.rhq.plugins.augeas.test.AbstractAugeasConfigurationComponentTest
-
- AUGEAS_ROOT_PATH_PROP - Static variable in class org.rhq.plugins.augeas.AugeasConfigurationComponent
-
- AugeasComponent - Class in org.rhq.augeas
-
- AugeasComponent() - Constructor for class org.rhq.augeas.AugeasComponent
-
- AugeasConfiguration - Interface in org.rhq.augeas.config
-
Represents the augeas configuration.
- AugeasConfigurationComponent<T extends ResourceComponent<?>> - Class in org.rhq.plugins.augeas
-
- AugeasConfigurationComponent() - Constructor for class org.rhq.plugins.augeas.AugeasConfigurationComponent
-
- AugeasConfigurationDiscoveryComponent<T extends ResourceComponent<?>> - Class in org.rhq.plugins.augeas
-
- AugeasConfigurationDiscoveryComponent() - Constructor for class org.rhq.plugins.augeas.AugeasConfigurationDiscoveryComponent
-
- AugeasConfigurationSimple - Class in org.rhq.augeas.config
-
- AugeasConfigurationSimple() - Constructor for class org.rhq.augeas.config.AugeasConfigurationSimple
-
- AugeasModuleConfig - Class in org.rhq.augeas.config
-
Represents the configuration of an Augeas module to be used by the
AugeasProxy.
- AugeasModuleConfig() - Constructor for class org.rhq.augeas.config.AugeasModuleConfig
-
- AugeasNode - Interface in org.rhq.augeas.node
-
- AugeasNode - Class in org.rhq.plugins.augeas.helper
-
An abstract representation of a node in an Augeas configuration tree (e.g.
- AugeasNode(String) - Constructor for class org.rhq.plugins.augeas.helper.AugeasNode
-
- AugeasNode(AugeasNode, String) - Constructor for class org.rhq.plugins.augeas.helper.AugeasNode
-
- AugeasNode(String, String) - Constructor for class org.rhq.plugins.augeas.helper.AugeasNode
-
- AugeasNodeBase - Class in org.rhq.augeas.node
-
Base class to store the data of nodes.
- AugeasNodeBase() - Constructor for class org.rhq.augeas.node.AugeasNodeBase
-
- AugeasNodeBuffer - Class in org.rhq.augeas.tree
-
Stores a buffer of already loaded augeas nodes.
- AugeasNodeBuffer() - Constructor for class org.rhq.augeas.tree.AugeasNodeBuffer
-
- AugeasNodeLazy - Class in org.rhq.augeas.node
-
Implementation of the augeas node that loads the children lazily.
- AugeasNodeLazy(String, AugeasTree) - Constructor for class org.rhq.augeas.node.AugeasNodeLazy
-
- AugeasNodeReal - Class in org.rhq.augeas.node
-
Implementation of the augeas node that loads all children eagerly.
- AugeasNodeReal() - Constructor for class org.rhq.augeas.node.AugeasNodeReal
-
- AugeasNodeReal(AugeasNode, AugeasTree, String, int) - Constructor for class org.rhq.augeas.node.AugeasNodeReal
-
- AugeasNodeReal(AugeasNode, AugeasTree, String) - Constructor for class org.rhq.augeas.node.AugeasNodeReal
-
- AugeasNodeReal(String, String, int, String) - Constructor for class org.rhq.augeas.node.AugeasNodeReal
-
- AugeasPluginLifecycleListener - Class in org.rhq.plugins.augeas
-
This is a plugin lifecycle listener object for the abstract Augeas plugin.
- AugeasPluginLifecycleListener() - Constructor for class org.rhq.plugins.augeas.AugeasPluginLifecycleListener
-
- AugeasProxy - Class in org.rhq.augeas
-
This is the main entry point for interfacing with Augeas.
- AugeasProxy(AugeasConfiguration) - Constructor for class org.rhq.augeas.AugeasProxy
-
- AugeasProxy(AugeasConfiguration, AugeasTreeBuilder) - Constructor for class org.rhq.augeas.AugeasProxy
-
- AugeasRawConfigHelper - Class in org.rhq.plugins.augeas.helper
-
- AugeasRawConfigHelper(String, String, String, AugeasTranslator) - Constructor for class org.rhq.plugins.augeas.helper.AugeasRawConfigHelper
-
- AugeasRHQComponent - Interface in org.rhq.rhqtransform
-
An interface the RHQ resource components can implement to provide access
to the Augeas proxy.
- AugeasRhqException - Exception in org.rhq.rhqtransform
-
- AugeasRhqException() - Constructor for exception org.rhq.rhqtransform.AugeasRhqException
-
- AugeasRhqException(String, Throwable) - Constructor for exception org.rhq.rhqtransform.AugeasRhqException
-
- AugeasRhqException(String) - Constructor for exception org.rhq.rhqtransform.AugeasRhqException
-
- AugeasRhqException(Throwable) - Constructor for exception org.rhq.rhqtransform.AugeasRhqException
-
- AugeasRootNode - Class in org.rhq.augeas.node
-
Represents the root node of the augeas tree.
- AugeasRootNode(List<AugeasNode>) - Constructor for class org.rhq.augeas.node.AugeasRootNode
-
- AugeasRootNode() - Constructor for class org.rhq.augeas.node.AugeasRootNode
-
- AugeasToConfiguration - Interface in org.rhq.rhqtransform
-
Implementations of this interface provide mapping of Augeas data
to the RHQ configuration.
- AugeasToConfigurationSimple - Class in org.rhq.rhqtransform.impl
-
Basic implementation of Augeas mapping to RHQ configuration based on property names.
- AugeasToConfigurationSimple() - Constructor for class org.rhq.rhqtransform.impl.AugeasToConfigurationSimple
-
- AugeasTranslator - Interface in org.rhq.plugins.augeas.helper
-
- AugeasTree - Interface in org.rhq.augeas.tree
-
Represents the augeas tree.
- AugeasTreeBuilder - Interface in org.rhq.augeas.tree
-
Builds up the in-memory tree representation of the data loaded from Augeas.
- AugeasTreeException - Exception in org.rhq.augeas.tree
-
- AugeasTreeException() - Constructor for exception org.rhq.augeas.tree.AugeasTreeException
-
- AugeasTreeException(String, Throwable) - Constructor for exception org.rhq.augeas.tree.AugeasTreeException
-
- AugeasTreeException(String) - Constructor for exception org.rhq.augeas.tree.AugeasTreeException
-
- AugeasTreeException(Throwable) - Constructor for exception org.rhq.augeas.tree.AugeasTreeException
-
- AugeasTreeLazy - Class in org.rhq.augeas.tree.impl
-
Lazy implementation of the augeas tree.
- AugeasTreeLazy(Augeas, AugeasModuleConfig) - Constructor for class org.rhq.augeas.tree.impl.AugeasTreeLazy
-
- AugeasTreeReal - Class in org.rhq.augeas.tree.impl
-
Eager representation of the Augeas tree.
- AugeasTreeReal(Augeas, AugeasModuleConfig) - Constructor for class org.rhq.augeas.tree.impl.AugeasTreeReal
-
- AugeasUtility - Class in org.rhq.plugins.augeas.helper
-
A collection of utility methods for working with Augeas instances.
- AugeasVariable - Class in org.rhq.plugins.augeas.helper
-
A specialization of
AugeasNode that represents an Augeas variable.
- AugeasVariable(String) - Constructor for class org.rhq.plugins.augeas.helper.AugeasVariable
-