Uses of Interface
org.glassfish.hk2.api.IndexedFilter
Packages that use IndexedFilter
-
Uses of IndexedFilter in org.glassfish.hk2.internal
Classes in org.glassfish.hk2.internal that implement IndexedFilterModifier and TypeClassDescriptionclassImplementation created by the builderclassThis is a filter that matches an exact descriptor -
Uses of IndexedFilter in org.glassfish.hk2.utilities
Methods in org.glassfish.hk2.utilities that return IndexedFilterModifier and TypeMethodDescriptionstatic IndexedFilterBuilderHelper.createContractFilter(String contract) Returns an indexed filter that will return all descriptors that have contract as an advertised contractstatic IndexedFilterBuilderHelper.createDescriptorFilter(Descriptor descriptorImpl) Returns a filter that will return true an IndexedFilter that will match theDescriptorImpl.equals(Object)returnstatic IndexedFilterBuilderHelper.createDescriptorFilter(Descriptor descriptorImpl, boolean deepCopy) Returns a filter that will return true an IndexedFilter that will match theDescriptorImpl.equals(Object)returnstatic IndexedFilterBuilderHelper.createNameAndContractFilter(String contract, String name) Returns an indexed filter that will return all descriptors that have the given name and given contractstatic IndexedFilterBuilderHelper.createNameFilter(String name) Returns an indexed filter that will return all descriptors that have the given namestatic IndexedFilterBuilderHelper.createSpecificDescriptorFilter(Descriptor descriptor) This method creates a filter that will match one and only one descriptor.static IndexedFilterBuilderHelper.createTokenizedFilter(String tokenString) Creates a filter from a token string as per the following rules. The token delimiter is ; The first token is the contract.