Package org.jitterbit.plugin.sdk

Examples of org.jitterbit.plugin.sdk.PluginSpecificationVersionExtractor


        throw new JitterbitPluginException("Cannot handle input XML for version " + specVersion
                        + " of the Jitterbit Pipeline Plugin Specification.");
    }

    private static Version getPipelinePluginSpecificationVersion(File file) throws JitterbitPluginException {
        Version pluginSpecVersion = new PluginSpecificationVersionExtractor().getVersionFromXml(file);
        return getPipelinePluginSpecificationVersion(file, pluginSpecVersion);
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.plugin.sdk.PluginSpecificationVersionExtractor

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.