Package org.jitterbit.util.settings

Examples of org.jitterbit.util.settings.IniFileSettingsParser


     *             If the configuration file can not be read.
     * @throws ServerConfigurationException
     *             If the configuration file can't be fouund.
     */
    private void loadOptionsImpl() throws IOException, ServerConfigurationException {
        IniFileSettingsParser parser = new IniFileSettingsParser();
        File jitterbitConf = getServerConfigFile();
        settingsHolder = parser.parseSettingsFile(jitterbitConf);
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.util.settings.IniFileSettingsParser

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.