Package org.rhq.plugins.apache.util

Examples of org.rhq.plugins.apache.util.ApacheConfigurationUtil.loadConfiguration()


                String key = AugeasNodeSearch.getNodeKey(nodes.get(i), tree.getRootNode());
                Configuration config =
                    ApacheConfigurationUtil.componentToConfiguration(container, component, key, tree);
                //load configuration for related component and augeas node from tempfolder
                Configuration expectedConfig =
                    util.loadConfiguration(ApacheTestConstants.getConfigFilesPathForLoad() + File.separator
                        + component.getComponentName() + String.valueOf(i));
                assert config.equals(expectedConfig) : "Unexpected Resource configuration - \nExpected:\n\t"
                    + expectedConfig.toString(true) + "\nActual:\n\t" + config.toString(true);
            }
        }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.