Package henplus.io

Examples of henplus.io.ConfigurationContainer$WriteAction


    /**
     * returns an InputStream for a named configuration. That stream must be closed on finish.
     */
    public ConfigurationContainer createConfigurationContainer(final String configName) {
        return new ConfigurationContainer(new File(getConfigDir(), configName));
    }
View Full Code Here

TOP

Related Classes of henplus.io.ConfigurationContainer$WriteAction

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.