Package org.rhq.core.clientapi.agent.metadata.i18n

Examples of org.rhq.core.clientapi.agent.metadata.i18n.PropertiesGenerator


        File pluginDescriptor = new File("target/test-classes/metadata-manager-test-1.xml");
        File outputFile = new File("target/test-classes/metadata-manager-test-1_en_US.properties");

        assert pluginDescriptor.exists() : "Test descriptor file not found";

        PropertiesGenerator pg = new PropertiesGenerator(pluginDescriptor, outputFile, false);
        pg.generateI18NProperties();
    }
View Full Code Here

TOP

Related Classes of org.rhq.core.clientapi.agent.metadata.i18n.PropertiesGenerator

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.