Interface WeightProvider.Descriptor

All Known Implementing Classes:
WeightProviderDescriptorImpl, WeightProviderDescriptorRCPImpl
Enclosing interface:
WeightProvider

public static interface WeightProvider.Descriptor
Wrapper describing the given weight provider.
Since:
3.1.0
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Interface Description
    static interface  WeightProvider.Descriptor.Registry
    Registry of weight provider descriptors.
  • Method Summary

    Modifier and Type Method Description
    java.util.regex.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.
  • Method Details

    • getWeightProvider

      WeightProvider getWeightProvider()
      Returns the wrapped weight provider.
      Returns:
      the wrapped weight provider
    • getRanking

      int getRanking()
      Returns the ranking of this weight provider.
      Returns:
      The ranking.
    • getNsURI

      java.util.regex.Pattern getNsURI()
      Returns the pattern of namespace URI on which this weight provider can be applied.
      Returns:
      The namespace URI pattern.