public class WeldBeanDeploymentArchive extends AbstractWeldBeanDeploymentArchive
| Constructor and Description |
|---|
WeldBeanDeploymentArchive(String id,
Collection<String> beanClasses,
org.jboss.weld.bootstrap.spi.BeansXml beansXml) |
WeldBeanDeploymentArchive(String id,
Collection<String> beanClasses,
org.jboss.weld.bootstrap.spi.BeansXml beansXml,
Set<WeldBeanDeploymentArchive> beanDeploymentArchives) |
WeldBeanDeploymentArchive(String id,
Collection<String> beanClasses,
org.jboss.weld.bootstrap.spi.BeansXml beansXml,
Set<WeldBeanDeploymentArchive> beanDeploymentArchives,
Collection<Class<?>> loadedBeanClasses) |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getBeanClasses() |
Collection<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive> |
getBeanDeploymentArchives() |
org.jboss.weld.bootstrap.spi.BeansXml |
getBeansXml() |
Collection<Class<?>> |
getLoadedBeanClasses() |
static <T extends org.jboss.weld.bootstrap.spi.BeanDeploymentArchive> |
merge(org.jboss.weld.bootstrap.api.CDI11Bootstrap bootstrap,
Iterable<T> archives) |
void |
setAccessibleBeanDeploymentArchives(Set<WeldBeanDeploymentArchive> beanDeploymentArchives) |
getEjbs, getId, getServices, toStringpublic WeldBeanDeploymentArchive(String id, Collection<String> beanClasses, org.jboss.weld.bootstrap.spi.BeansXml beansXml, Set<WeldBeanDeploymentArchive> beanDeploymentArchives)
id - beanClasses - The collection should be mutablebeansXml - beanDeploymentArchives - public WeldBeanDeploymentArchive(String id, Collection<String> beanClasses, org.jboss.weld.bootstrap.spi.BeansXml beansXml, Set<WeldBeanDeploymentArchive> beanDeploymentArchives, Collection<Class<?>> loadedBeanClasses)
public WeldBeanDeploymentArchive(String id, Collection<String> beanClasses, org.jboss.weld.bootstrap.spi.BeansXml beansXml)
public Collection<String> getBeanClasses()
public Collection<Class<?>> getLoadedBeanClasses()
public Collection<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive> getBeanDeploymentArchives()
public org.jboss.weld.bootstrap.spi.BeansXml getBeansXml()
public void setAccessibleBeanDeploymentArchives(Set<WeldBeanDeploymentArchive> beanDeploymentArchives)
public static <T extends org.jboss.weld.bootstrap.spi.BeanDeploymentArchive> WeldBeanDeploymentArchive merge(org.jboss.weld.bootstrap.api.CDI11Bootstrap bootstrap, Iterable<T> archives)
bootstrap - archives - Copyright © 2015. All Rights Reserved.