Package org.rhq.core.domain.configuration.definition

Examples of org.rhq.core.domain.configuration.definition.ConfigurationFormat


    }

    @SuppressWarnings("unchecked")
    private ConfigManagement createStrategy(int resourceId) throws PluginContainerException {
        ResourceType resourceType = componentService.getResourceType(resourceId);
        ConfigurationFormat format = resourceType.getResourceConfigurationDefinition().getConfigurationFormat();

        if (null == format) {
            return new LegacyConfigManagement();
        }
View Full Code Here

TOP

Related Classes of org.rhq.core.domain.configuration.definition.ConfigurationFormat

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.