public class WeightProviderDescriptorRCPImpl extends PluginClassDescriptor<WeightProvider> implements WeightProvider.Descriptor
WeightProvider.Descriptor.Registry
attributeName, element
Constructor and Description |
---|
WeightProviderDescriptorRCPImpl(org.eclipse.core.runtime.IConfigurationElement element,
int ranking,
Pattern nsURI)
Creates a descriptor corresponding to the information of the given element.
|
Modifier and Type | Method and Description |
---|---|
String |
getInstanceClassName() |
Pattern |
getNsURI()
Returns the pattern of namespace URI on which this weight provider can be applied.
|
int |
getRanking()
Returns the ranking of this weight provider.
|
WeightProvider |
getWeightProvider()
Returns the wrapped weight provider.
|
createInstance
public WeightProviderDescriptorRCPImpl(org.eclipse.core.runtime.IConfigurationElement element, int ranking, Pattern nsURI)
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.public Pattern getNsURI()
getNsURI
in interface WeightProvider.Descriptor
public int getRanking()
getRanking
in interface WeightProvider.Descriptor
public WeightProvider getWeightProvider()
getWeightProvider
in interface WeightProvider.Descriptor
public String getInstanceClassName()
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.