Examples of dir()


Examples of org.geoserver.platform.resource.Resource.dir()

            //default DEFAULT_LOGGING.properties configuration.
            LoggingInitializer.LOGGER.warning("log4jConfigFile '" + configFileName + "' couldn't be found in the data dir, so GeoServer will " +
            "install the various logging config file into the data dir, and then try to find it again.");
           
            Resource logs = resourceLoader.get( "logs" );           
            File lcdir = logs.dir();
           
            //now we copy in the various logging config files from the base repo location on the classpath
            final String[] lcfiles = new String[] {
                    "DEFAULT_LOGGING.properties",
                    "GEOSERVER_DEVELOPER_LOGGING.properties",
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.