Package org.intellij.vcs.mks.sicommands.api

Examples of org.intellij.vcs.mks.sicommands.api.ViewChangePackageAPICommand


        final Project project = PlatformDataKeys.PROJECT.getData(dataContext);
        final MksVcs mksVcs = MksVcs.getInstance(project);

        final ArrayList<VcsException> errors = new ArrayList<VcsException>();
        for (final MksChangePackage aPackage : getSelectedChangePackages(dataContext, mksVcs)) {
            new ViewChangePackageAPICommand(errors, mksVcs, aPackage).execute();
        }
    }
View Full Code Here

TOP

Related Classes of org.intellij.vcs.mks.sicommands.api.ViewChangePackageAPICommand

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.