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) |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getBeanClasses() |
Collection<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive> |
getBeanDeploymentArchives() |
org.jboss.weld.bootstrap.spi.BeansXml |
getBeansXml() |
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
public WeldBeanDeploymentArchive(String id, Collection<String> beanClasses, org.jboss.weld.bootstrap.spi.BeansXml beansXml, Set<WeldBeanDeploymentArchive> beanDeploymentArchives)
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
- Copyright © 2016. All rights reserved.