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

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

public final class CommitProjectHelper
extends Object

This is the EMFStore Commit Helper delegating to the EMFStore UICommitProjectController.

Author:
Eugen Neufeld

Method Summary
static void commitProject(InternalProject project, org.eclipse.swt.widgets.Shell shell)
          Delegates the call to UICommitProjectController and triggers an update of the provided InternalProject.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

commitProject

public static void commitProject(InternalProject project,
                                 org.eclipse.swt.widgets.Shell shell)
Delegates the call to UICommitProjectController and triggers an update of the provided InternalProject.

Parameters:
project - the InternalProject to commit
shell - the Shell


Copyright © 2014. All Rights Reserved.