Class UpdateProjectHelper


  • public final class UpdateProjectHelper
    extends java.lang.Object
    This is the EMFStore UpdateProject Helper.
    Author:
    Eugen Neufeld
    • Method Detail

      • update

        public static void update​(InternalProject project,
                                  org.eclipse.swt.widgets.Shell shell)
        Updates an InternalProject to head. Delegates to UIUpdateProjectController.
        Parameters:
        project - the InternalProject
        shell - the Shell
      • updateToVersion

        public static void updateToVersion​(InternalProject project,
                                           org.eclipse.swt.widgets.Shell shell)
        Updates an InternalProject to a specific version. Delegates to UIUpdateProjectToVersionController .
        Parameters:
        project - the InternalProject
        shell - the Shell