Uses of Interface
org.jvnet.hk2.component.InhabitantFilter

Packages that use InhabitantFilter
org.jvnet.hk2.component Primary API surface of HK2. Start with Habitat
 

Uses of InhabitantFilter in org.jvnet.hk2.component
 

Classes in org.jvnet.hk2.component that implement InhabitantFilter
protected static class InhabitantTrackerContextBuilder.AlteredLdapMatcherFilter
           
 

Fields in org.jvnet.hk2.component declared as InhabitantFilter
protected  InhabitantFilter InhabitantTrackerContextImpl.filter
           
 

Methods in org.jvnet.hk2.component that return InhabitantFilter
 InhabitantFilter InhabitantTrackerContext.getFilter()
          The filter to call for finer-level of matching beyond class/contract name.
 InhabitantFilter InhabitantTrackerContextBuilder.getFilter()
           
 InhabitantFilter InhabitantTrackerContextImpl.getFilter()
           
 

Methods in org.jvnet.hk2.component with parameters of type InhabitantFilter
 InhabitantTrackerContextBuilder InhabitantTrackerContextBuilder.filter(InhabitantFilter filter)
           
 

Constructors in org.jvnet.hk2.component with parameters of type InhabitantFilter
InhabitantTrackerContextImpl(InhabitantFilter filter, Boolean presence, Set<String> classNames)
           
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.