Class MergeResolutionListenerDescriptor

java.lang.Object
org.eclipse.emf.compare.ide.ui.internal.mergeresolution.MergeResolutionListenerDescriptor

public class MergeResolutionListenerDescriptor extends Object
Describes meta-data about a listener to merge resolution events. See IMergeResolutionListener.
  • Constructor Details

    • MergeResolutionListenerDescriptor

      public MergeResolutionListenerDescriptor(String attributeName, org.eclipse.core.runtime.IConfigurationElement configurationElement)
      Default constructor.
      Parameters:
      attributeName - The name of the configuration attribute responsible for the registered IMergeResolutionListener.
      configurationElement - The IConfigurationElement containing all relevant extension information.
  • Method Details