Package org.jitterbit.integration.project.upgrade

Examples of org.jitterbit.integration.project.upgrade.DefaultPreLoader


*/
class Handler implements ProjectVersionHandler {

    @Override
    public boolean preLoading(String name, File rootDirectory, UpgradeStrategy strategy) {
        DefaultPreLoader pre = new DefaultPreLoader(name, rootDirectory, strategy);
        pre.run();
        return pre.isGreenLighted();
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.project.upgrade.DefaultPreLoader

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.