|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ecp.emfstore.internal.ui.handler.UpdateProjectHelper
public final class UpdateProjectHelper
This is the EMFStore UpdateProject Helper.
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 |
---|
public static void update(InternalProject project, org.eclipse.swt.widgets.Shell shell)
InternalProject
to head. Delegates to UIUpdateProjectController
.
project
- the InternalProject
shell
- the Shell
public static void updateToVersion(InternalProject project, org.eclipse.swt.widgets.Shell shell)
InternalProject
to a specific version. Delegates to UIUpdateProjectToVersionController
.
project
- the InternalProject
shell
- the Shell
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |