Uses of Interface
org.rhq.augeas.tree.AugeasTree

Packages that use AugeasTree
org.rhq.augeas   
org.rhq.augeas.node   
org.rhq.augeas.tree   
org.rhq.augeas.tree.impl   
org.rhq.rhqtransform   
org.rhq.rhqtransform.impl   
 

Uses of AugeasTree in org.rhq.augeas
 

Methods in org.rhq.augeas that return AugeasTree
 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.
 

Uses of AugeasTree in org.rhq.augeas.node
 

Fields in org.rhq.augeas.node declared as AugeasTree
protected  AugeasTree AugeasNodeBase.ag
           
 

Constructors in org.rhq.augeas.node with parameters of type AugeasTree
AugeasNodeLazy(String fullPath, AugeasTree ag)
           
AugeasNodeReal(AugeasNode parentNode, AugeasTree ag, String fullPath)
           
AugeasNodeReal(AugeasNode parentNode, AugeasTree tree, String label, int seq)
           
 

Uses of AugeasTree in org.rhq.augeas.tree
 

Methods in org.rhq.augeas.tree that return AugeasTree
 AugeasTree AugeasTreeBuilder.buildTree(AugeasProxy proxy, AugeasConfiguration moduleConfig, String name, boolean lazy)
           
 

Uses of AugeasTree in org.rhq.augeas.tree.impl
 

Classes in org.rhq.augeas.tree.impl that implement AugeasTree
 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.
 

Methods in org.rhq.augeas.tree.impl that return AugeasTree
 AugeasTree DefaultAugeasTreeBuilder.buildTree(AugeasProxy component, AugeasConfiguration moduleConfig, String name, boolean lazy)
           
 

Uses of AugeasTree in org.rhq.rhqtransform
 

Methods in org.rhq.rhqtransform with parameters of type AugeasTree
 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.
 

Uses of AugeasTree in org.rhq.rhqtransform.impl
 

Fields in org.rhq.rhqtransform.impl declared as AugeasTree
protected  AugeasTree ConfigurationToAugeasSimple.tree
           
protected  AugeasTree AugeasToConfigurationSimple.tree
           
 

Methods in org.rhq.rhqtransform.impl with parameters of type AugeasTree
protected  AugeasNode RhqAugeasMappingSimple.getStartNode(AugeasTree tree)
           
 void ConfigurationToAugeasSimple.setTree(AugeasTree tree)
           
 void AugeasToConfigurationSimple.setTree(AugeasTree tree)
           
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.