Interface IndexedFilter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAdvertisedContract()
      If this returns non-null then this index will be used to limit the set of Descriptors that will be passed to the matches method.
      java.lang.String getName()
      If this returns non-null then this name will be used to limit the set of Descriptors that will be passed to the matches method.
      • Methods inherited from interface org.glassfish.hk2.api.Filter

        matches
    • Method Detail

      • getAdvertisedContract

        java.lang.String getAdvertisedContract()
        If this returns non-null then this index will be used to limit the set of Descriptors that will be passed to the matches method. Only those descriptors that have an AdverisedContract of this value will be passed to the matches method.
        Returns:
        If non null this will limit the descriptors passed to the matches method to those that have this contract in their set of advertised contracts
      • getName

        java.lang.String getName()
        If this returns non-null then this name will be used to limit the set of Descriptors that will be passed to the matches method. Only those descriptors that has an name of this value will be passed to the matches method.
        Returns:
        If non null this will limit the descriptors passed to the matches method to those that have name