org.jboss.webbeans.integration.deployer.env
Class WebBeanDiscoveryEnvironment

java.lang.Object
  extended by org.jboss.webbeans.integration.deployer.env.WebBeanDiscoveryEnvironment

public class WebBeanDiscoveryEnvironment
extends Object

WBD env impl.

Author:
Ales Justin

Constructor Summary
WebBeanDiscoveryEnvironment()
           
 
Method Summary
 Iterable<Class<?>> getWebBeanClasses()
          Get wb classes.
 Iterable<URL> getWebBeansXml()
          Get wb xmls.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebBeanDiscoveryEnvironment

public WebBeanDiscoveryEnvironment()
Method Detail

getWebBeanClasses

public Iterable<Class<?>> getWebBeanClasses()
Get wb classes.

Returns:
the wb classes

getWebBeansXml

public Iterable<URL> getWebBeansXml()
Get wb xmls.

Returns:
the wb xmls


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.