org.eclipse.emf.ecp.emfstore.internal.ui.handler
Class UpdateProjectHelper

java.lang.Object
  extended by org.eclipse.emf.ecp.emfstore.internal.ui.handler.UpdateProjectHelper

public final class UpdateProjectHelper
extends Object

This is the EMFStore UpdateProject Helper.

Author:
Eugen Neufeld

Method Summary
static void update(InternalProject project, org.eclipse.swt.widgets.Shell shell)
          Updates an InternalProject to head.
static void updateToVersion(InternalProject project, org.eclipse.swt.widgets.Shell shell)
          Updates an InternalProject to a specific version.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2014. All Rights Reserved.