Uses of Interface
org.glassfish.hk2.api.IndexedFilter

Packages that use IndexedFilter
org.glassfish.hk2.internal   
org.glassfish.hk2.utilities   
org.jvnet.hk2.deprecated.internal   
 

Uses of IndexedFilter in org.glassfish.hk2.internal
 

Classes in org.glassfish.hk2.internal that implement IndexedFilter
 class IndexedFilterImpl
           
 class SpecificFilterImpl
          This is a filter that matches an exact descriptor
 

Uses of IndexedFilter in org.glassfish.hk2.utilities
 

Methods in org.glassfish.hk2.utilities that return IndexedFilter
static IndexedFilter BuilderHelper.createContractFilter(String contract)
          Returns an indexed filter that will return all descriptors that have contract as an advertised contract
static IndexedFilter BuilderHelper.createNameAndContractFilter(String contract, String name)
          Returns an indexed filter that will return all descriptors that have the given name and given contract
static IndexedFilter BuilderHelper.createNameFilter(String name)
          Returns an indexed filter that will return all descriptors that have the given name
static IndexedFilter BuilderHelper.createSpecificDescriptorFilter(ActiveDescriptor<?> descriptor)
          This method creates a filter that will match one and only one descriptor.
 

Uses of IndexedFilter in org.jvnet.hk2.deprecated.internal
 

Classes in org.jvnet.hk2.deprecated.internal that implement IndexedFilter
 class ContractLocatorFilter
          Deprecated. 
 class MetadataIndexFilter
          Deprecated. 
 class QualifierFilter
          Deprecated. 
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.