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

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

public final class MergeBranchHelper
extends Object

A MergeBranch Handler. This allows to merge a branch.

Author:
Eugen Neufeld

Method Summary
static void mergeBranch(InternalProject project, org.eclipse.swt.widgets.Shell shell)
          Merges a branch into the selected InternalProject.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

mergeBranch

public static void mergeBranch(InternalProject project,
                               org.eclipse.swt.widgets.Shell shell)
Merges a branch into the selected InternalProject. Delegates to UIMergeController.

Parameters:
project - the InternalProject to merge into
shell - the Shell


Copyright © 2014. All Rights Reserved.