Package bm.core

Examples of bm.core.Properties.load()


     */
    public static void registerDefinition( final String resource )
            throws IOException
    {
        final Properties aux = new Properties();
        aux.load( aux.getClass().getResourceAsStream( resource ) );
        definitions.putAll( aux );
    }

    /**
     * Load a definition from an input stream and add it to the current ones.
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.