Uses of Class
org.rhq.augeas.tree.AugeasTreeException

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

Uses of AugeasTreeException in org.rhq.augeas
 

Methods in org.rhq.augeas that throw AugeasTreeException
 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.
 

Uses of AugeasTreeException in org.rhq.augeas.node
 

Methods in org.rhq.augeas.node that throw AugeasTreeException
 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)
           
 

Uses of AugeasTreeException in org.rhq.augeas.tree
 

Methods in org.rhq.augeas.tree that throw AugeasTreeException
 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.
 

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

Methods in org.rhq.augeas.tree.impl that throw AugeasTreeException
 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)
           
 

Uses of AugeasTreeException in org.rhq.rhqtransform
 

Methods in org.rhq.rhqtransform that throw AugeasTreeException
 AugeasComponent AugeasRHQComponent.getAugeas()
           
 



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