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> accessibleBeanDeploymentArchives) |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getBeanClasses() |
Collection<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive> |
getBeanDeploymentArchives() |
org.jboss.weld.bootstrap.spi.BeansXml |
getBeansXml() |
boolean |
isEmpty() |
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> accessibleBeanDeploymentArchives)
id - beanClasses - The collection should be mutablebeansXml - accessibleBeanDeploymentArchives - public WeldBeanDeploymentArchive(String id, Collection<String> beanClasses, org.jboss.weld.bootstrap.spi.BeansXml beansXml)
public Collection<String> getBeanClasses()
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 - public boolean isEmpty()
true if there are no bean classes in this bean deployment archive, false otherwiseCopyright © 2018. All rights reserved.