Class MergeResolutionManager

java.lang.Object
org.eclipse.emf.compare.ide.ui.mergeresolution.MergeResolutionManager

public class MergeResolutionManager extends Object
This class manages the detection and handling of merge resolution events. Merge resolution happens when all merge conflicts are resolved and the users saves the merge result.
Since:
4.2
  • Field Details

  • Constructor Details

  • Method Details

    • handleFlush

      public void handleFlush(Object input)
      Called when a merge result view's flush method is called. This indicates that the user has saved the contents, but does not necessarily mean that all conflicts are resolved.
      Parameters:
      input - The content of the merge resolution being flushed. This must be a TreeNodeCompareInput object.