Class SubscriberProviderDescriptor

java.lang.Object
org.eclipse.emf.compare.ide.ui.internal.subscriber.SubscriberProviderDescriptor

public class SubscriberProviderDescriptor extends Object
This class is used for information flow between SubscriberProviderRegistryListener and SubscriberProviderRegistry and managing the creation of ISubscriberProvider instances.
  • Constructor Details

    • SubscriberProviderDescriptor

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