org.jvnet.hk2.config.provider.internal
Class ConfigInhabitantProvider

java.lang.Object
  extended by com.sun.hk2.component.AbstractInhabitantProvider
      extended by org.jvnet.hk2.config.provider.internal.ConfigInhabitantProvider
All Implemented Interfaces:
org.jvnet.hk2.component.InhabitantProviderInterceptor

public class ConfigInhabitantProvider
extends com.sun.hk2.component.AbstractInhabitantProvider


Constructor Summary
ConfigInhabitantProvider(org.jvnet.hk2.component.Habitat h)
           
 
Method Summary
 com.sun.hk2.component.AbstractInhabitantImpl<?> visit(com.sun.hk2.component.AbstractInhabitantImpl<?> i, java.lang.String typeName, java.util.Set<java.lang.String> indicies, java.util.Iterator<org.jvnet.hk2.component.InhabitantProviderInterceptor> remainingInterceptors, com.sun.hk2.component.InhabitantStore store)
           
 
Methods inherited from class com.sun.hk2.component.AbstractInhabitantProvider
contains
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigInhabitantProvider

public ConfigInhabitantProvider(org.jvnet.hk2.component.Habitat h)
Method Detail

visit

public com.sun.hk2.component.AbstractInhabitantImpl<?> visit(com.sun.hk2.component.AbstractInhabitantImpl<?> i,
                                                             java.lang.String typeName,
                                                             java.util.Set<java.lang.String> indicies,
                                                             java.util.Iterator<org.jvnet.hk2.component.InhabitantProviderInterceptor> remainingInterceptors,
                                                             com.sun.hk2.component.InhabitantStore store)


Copyright © 2011 Oracle Corporation. All Rights Reserved.