Package org.apache.lenya.config.core

Examples of org.apache.lenya.config.core.FileConfiguration


    /**
     *
     */
    public Vector setConfigurations(String rootDir) {
        // Define all configuration files
        FileConfiguration buildProperties = new BuildPropertiesConfiguration();
        buildProperties.setFilenameDefault(rootDir + "/build.properties");
        buildProperties.setFilenameLocal(rootDir + "/local.build.properties");

        /*
        FileConfiguration defaultPub = new PublicationConfiguration();
        defaultPub.setFilenameDefault(rootDir + "src/pubs/default/config/publication.xml");
        defaultPub.setFilenameLocal(rootDir + "src/pubs/default/config/local.publication.xml");
View Full Code Here

TOP

Related Classes of org.apache.lenya.config.core.FileConfiguration

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.