org.rhq.augeas.tree.impl
Class DefaultAugeasTreeBuilder
java.lang.Object
org.rhq.augeas.tree.impl.DefaultAugeasTreeBuilder
- All Implemented Interfaces:
- AugeasTreeBuilder
public class DefaultAugeasTreeBuilder
- extends Object
- implements AugeasTreeBuilder
Default implementation of the tree builder.
This just loads the data from Augeas and represents the returned data as the
node tree without any modifications.
- Author:
- Filip Drabek
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultAugeasTreeBuilder
public DefaultAugeasTreeBuilder()
buildTree
public AugeasTree buildTree(AugeasProxy component,
AugeasConfiguration moduleConfig,
String name,
boolean lazy)
throws AugeasTreeException
- Specified by:
buildTree in interface AugeasTreeBuilder
- Parameters:
component - provides direct access to Augeas should the builder need itmoduleConfig - which Augeas module to use to build the treename - the name of the module to loadlazy - should the tree built lazily or eagerly
- Returns:
- fully built representation of the Augeas data
- Throws:
AugeasTreeException
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.