Package org.jitterbit.integration.client.project.UpgradeStrategy

Examples of org.jitterbit.integration.client.project.UpgradeStrategy.Instruction


    /**
     * Runs this <code>DefaultPreLoader</code>, by asking the user to confirm that the upgrade
     * should be performed, and creating a backup Jitterpak if the user chooses to do so.
     */
    public void run() {
        Instruction instruction = strategy.getInstruction(projectName);
        switch (instruction) {
        case CANCEL:
            veto();
            break;
        case UPGRADE:
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.client.project.UpgradeStrategy.Instruction

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.