Package org.foray.core

Examples of org.foray.core.ConfigurationParser.parseDocument()


     * @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();
    }

    /**
     * Returns the session configuration.
     * @return The session configuration.
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.