Class WeightProviderDescriptorRCPImpl

java.lang.Object
org.eclipse.emf.compare.rcp.extension.PluginClassDescriptor<WeightProvider>
org.eclipse.emf.compare.rcp.internal.match.WeightProviderDescriptorRCPImpl
All Implemented Interfaces:
WeightProvider.Descriptor

public class WeightProviderDescriptorRCPImpl extends PluginClassDescriptor<WeightProvider> implements WeightProvider.Descriptor
Describes an extension as contributed to the "org.eclipse.emf.compare.rcp.weightProvider" extension point.
  • Constructor Details

    • WeightProviderDescriptorRCPImpl

      public WeightProviderDescriptorRCPImpl(org.eclipse.core.runtime.IConfigurationElement element, int ranking, Pattern nsURI)
      Creates a descriptor corresponding to the information of the given element.
      Parameters:
      element - Configuration element from which to create this descriptor.
      ranking - the ranking of the weight provider.
      nsURI - The pattern of namespace URI on which this post processor can be applied.
  • Method Details