com.sun.hk2.component
Class AbstractInhabitantProvider

java.lang.Object
  extended by com.sun.hk2.component.AbstractInhabitantProvider
All Implemented Interfaces:
InhabitantProviderInterceptor
Direct Known Subclasses:
RunLevelInhabitantProvider

public abstract class AbstractInhabitantProvider
extends java.lang.Object
implements InhabitantProviderInterceptor

abstract base for InhabitantProviderInterceptor

Author:
Jeff Trent

Constructor Summary
AbstractInhabitantProvider()
           
 
Method Summary
protected static boolean contains(java.util.Set<java.lang.String> indicies, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jvnet.hk2.component.InhabitantProviderInterceptor
visit
 

Constructor Detail

AbstractInhabitantProvider

public AbstractInhabitantProvider()
Method Detail

contains

protected static boolean contains(java.util.Set<java.lang.String> indicies,
                                  java.lang.String name)


Copyright © 2011 Oracle Corporation. All Rights Reserved.