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

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

public final class CreateBranchHelper
extends Object

A CreateBranch Helper. This allows to create a new branch.

Author:
Eugen Neufeld

Method Summary
static void createBranch(InternalProject project, org.eclipse.swt.widgets.Shell shell)
          Creates a branch of an InternalProject.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createBranch

public static void createBranch(InternalProject project,
                                org.eclipse.swt.widgets.Shell shell)
Creates a branch of an InternalProject. Delegates the call to UICreateBranchController.

Parameters:
project - the InternalProject to create a branch from
shell - the Shell


Copyright © 2014. All Rights Reserved.