Class DependencyProviderDescriptor

java.lang.Object
org.eclipse.emf.compare.ide.ui.dependency.DependencyProviderDescriptor

public class DependencyProviderDescriptor extends Object
This class is used for information flow between ModelDependencyProviderRegistryListener and ModelDependencyProviderRegistry and managing the creation of IDependencyProvider instances.
  • Constructor Details

    • DependencyProviderDescriptor

      public DependencyProviderDescriptor(String attributeName, org.eclipse.core.runtime.IConfigurationElement configurationElement)
      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