org.apache.webbeans.config
Class BeanTypeSetResolver

java.lang.Object
  extended by org.apache.webbeans.config.BeanTypeSetResolver

public class BeanTypeSetResolver
extends Object


Constructor Summary
BeanTypeSetResolver(Type beanType)
           
 
Method Summary
 Set<Type> getHierarchy()
          Gets hierarchy.
 void startConfiguration()
          Starts the type hierarchy configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanTypeSetResolver

public BeanTypeSetResolver(Type beanType)
Method Detail

startConfiguration

public void startConfiguration()
Starts the type hierarchy configuration.


getHierarchy

public Set<Type> getHierarchy()
Gets hierarchy.

Returns:
hierarchy


Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.