Uses of Interface
com.sun.hk2.component.InhabitantStore

Packages that use InhabitantStore
com.sun.hk2.component Dependency injection implementation for HK2. 
org.jvnet.hk2.component Primary API surface of HK2. Start with Habitat
 

Uses of InhabitantStore in com.sun.hk2.component
 

Classes in com.sun.hk2.component that implement InhabitantStore
 class InhabitantsParser
          Parses /META-INF/inhabitants and populate Habitat.
 

Methods in com.sun.hk2.component with parameters of type InhabitantStore
static Inhabitant<?> Inhabitants.createInhabitant(Habitat habitat, Iterator<InhabitantProviderInterceptor> interceptors, Holder<ClassLoader> classLoader, String typeName, MultiMap<String,String> metadata, Inhabitant<?> lead, InhabitantStore store, Set<String> indicies)
           
 AbstractInhabitantImpl<?> RunLevelInhabitantProvider.visit(AbstractInhabitantImpl<?> i, String typeName, Set<String> indicies, Iterator<InhabitantProviderInterceptor> remainingInterceptors, InhabitantStore store)
           
 

Uses of InhabitantStore in org.jvnet.hk2.component
 

Methods in org.jvnet.hk2.component with parameters of type InhabitantStore
 AbstractInhabitantImpl<?> InhabitantProviderInterceptor.visit(AbstractInhabitantImpl<?> inhabitant, String typeName, Set<String> indicies, Iterator<InhabitantProviderInterceptor> remainingInterceptors, InhabitantStore store)
          Called by the framework to either decorate the inhabitant, or even intercept and replace the created inhabitant.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.