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 
    Registry of weight provider descriptors.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the pattern of namespace URI on which this weight provider can be applied.
    int
    Returns the ranking of this weight provider.
    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

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