Package com.jeceira.config

Examples of com.jeceira.config.DefaultConfigManager


            if (configuration == null) {
                if (log.isDebugEnabled())
                    log.debug("no configuration resource specified, using the default one:" + DEFAULT_CONF_FILE);
                configuration = new ClassPathResource(DEFAULT_CONF_FILE);
            }
            configManager = new DefaultConfigManager(configuration.getInputStream());
        }
    }
View Full Code Here

TOP

Related Classes of com.jeceira.config.DefaultConfigManager

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.