Package org.rhq.augeas.tree.impl

Examples of org.rhq.augeas.tree.impl.DefaultAugeasTreeBuilder


     * {@link DefaultAugeasTreeBuilder} as the tree builder.
     *
     * @param config the augeas configuration.
     */
    public AugeasProxy(AugeasConfiguration config) {
        this(config, new DefaultAugeasTreeBuilder());
    }
View Full Code Here

TOP

Related Classes of org.rhq.augeas.tree.impl.DefaultAugeasTreeBuilder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.