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 betweenSubscriberProviderRegistryListener
andSubscriberProviderRegistry
and managing the creation ofISubscriberProvider
instances.
-
-
Constructor Summary
Constructors Constructor Description SubscriberProviderDescriptor(String attributeName, org.eclipse.core.runtime.IConfigurationElement configurationElement, int ranking)
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getRanking()
ISubscriberProvider
getSubscriberProvider()
Returns theIDependencyProvider
.
-
-
-
Constructor Detail
-
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 registeredIDependencyProvider
.configurationElement
- TheIConfigurationElement
containing all relevant extension information.
-
-
Method Detail
-
getRanking
public int getRanking()
-
getSubscriberProvider
public ISubscriberProvider getSubscriberProvider()
Returns theIDependencyProvider
.- Returns:
- The newly created
IDependencyProvider
.
-
-