Package org.rhq.plugins.augeas.helper

Examples of org.rhq.plugins.augeas.helper.AugeasRawConfigHelper


    private AugeasRawConfigHelper rawConfigHelper;

    @Override
    public void start(ResourceContext resourceContext) throws InvalidPluginConfigurationException, Exception {
        super.start(resourceContext);
        rawConfigHelper = new AugeasRawConfigHelper(getAugeasRootPath(), getAugeasLoadPath(),
            getResourceConfigurationRootPath(), this);
        rawConfigHelper.addLens("CobblerSettings.lns", SETTINGS_PATH);
        rawConfigHelper.addLens("CobblerModules.lns", MODULES_PATH);

        rawConfigHelper.addNode(SETTINGS_PATH, "server");
View Full Code Here

TOP

Related Classes of org.rhq.plugins.augeas.helper.AugeasRawConfigHelper

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.