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

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

public final class CreateRemoteProjectHelper
extends Object

This is the EMFStore Create Remote Project helper delegating to the EMFStore UICreateRemoteProjectController.

Author:
Eugen Neufeld

Method Summary
static void createRemoteProject(InternalRepository ecpRepository, org.eclipse.swt.widgets.Shell shell)
          Create a remote project on an InternalRepository.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createRemoteProject

public static void createRemoteProject(InternalRepository ecpRepository,
                                       org.eclipse.swt.widgets.Shell shell)
Create a remote project on an InternalRepository. Delegates to UICreateRemoteProjectController.

Parameters:
ecpRepository - the InternalRepository
shell - the Shell


Copyright © 2014. All Rights Reserved.