Package org.foray.core

Examples of org.foray.core.ConfigurationParser


     * Loades a user configuration from an InputSource.
     * @param userConfigSource The input source to be processed.
     * @throws FOrayException For errors processing the configuration.
     */
    public void loadUserconfiguration(final InputSource userConfigSource) throws FOrayException {
        final ConfigurationParser reader = new ConfigurationParser(this.sessionConfig, this.renderConfig,
                userConfigSource);
        reader.parseDocument();
    }
View Full Code Here

TOP

Related Classes of org.foray.core.ConfigurationParser

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.