public class WeldBeanDeploymentArchive extends AbstractWeldBeanDeploymentArchive
| Constructor and Description |
|---|
WeldBeanDeploymentArchive(java.lang.String id,
java.util.Collection<java.lang.String> beanClasses,
BeansXml beansXml) |
WeldBeanDeploymentArchive(java.lang.String id,
java.util.Collection<java.lang.String> beanClasses,
BeansXml beansXml,
java.util.Set<WeldBeanDeploymentArchive> beanDeploymentArchives) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.String> |
getBeanClasses()
Gets all classes in the bean deployment archive
|
java.util.Collection<BeanDeploymentArchive> |
getBeanDeploymentArchives()
Get the bean deployment archives which are accessible to this bean deployment archive and adjacent to it in the
deployment archive graph.
|
BeansXml |
getBeansXml()
Get any deployment descriptors in the bean deployment archive.
|
static <T extends BeanDeploymentArchive> |
merge(CDI11Bootstrap bootstrap,
java.lang.Iterable<T> archives) |
void |
setAccessibleBeanDeploymentArchives(java.util.Set<WeldBeanDeploymentArchive> beanDeploymentArchives) |
getEjbs, getId, getServicespublic WeldBeanDeploymentArchive(java.lang.String id,
java.util.Collection<java.lang.String> beanClasses,
BeansXml beansXml,
java.util.Set<WeldBeanDeploymentArchive> beanDeploymentArchives)
public WeldBeanDeploymentArchive(java.lang.String id,
java.util.Collection<java.lang.String> beanClasses,
BeansXml beansXml)
public java.util.Collection<java.lang.String> getBeanClasses()
BeanDeploymentArchivepublic java.util.Collection<BeanDeploymentArchive> getBeanDeploymentArchives()
BeanDeploymentArchivepublic BeansXml getBeansXml()
BeanDeploymentArchiveorg.jboss.weld.bootstrap.api.Bootstrap#parse(java.net.URL)},
org.jboss.weld.bootstrap.api.Bootstrap#parse(Iterable)}public void setAccessibleBeanDeploymentArchives(java.util.Set<WeldBeanDeploymentArchive> beanDeploymentArchives)
public static <T extends BeanDeploymentArchive> WeldBeanDeploymentArchive merge(CDI11Bootstrap bootstrap, java.lang.Iterable<T> archives)
bootstrap - archives - Copyright © 2014. All Rights Reserved.