public class ImmutableBeanDeploymentArchive extends AbstractWeldSEBeanDeploymentArchive
BeanDeploymentArchive which must have
classes and beans.xml resources added to it via
ImmutableBeanDeploymentArchive#ImmutableBeanDeploymentArchive(String, Collection, Collection, List)
or
ImmutableBeanDeploymentArchive#ImmutableBeanDeploymentArchive(String, Collection, Collection)
See Deployment for more detailed information on creating deployment
structures.| Constructor and Description |
|---|
ImmutableBeanDeploymentArchive(String id,
Collection<String> beanClasses,
BeansXml beansXml) |
ImmutableBeanDeploymentArchive(String id,
Collection<String> beanClasses,
BeansXml beansXml,
Collection<BeanDeploymentArchive> beanDeploymentArchives) |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getBeanClasses()
Gets all classes in the bean deployment archive
|
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.
|
getEjbs, getId, getServicespublic ImmutableBeanDeploymentArchive(String id, Collection<String> beanClasses, BeansXml beansXml, Collection<BeanDeploymentArchive> beanDeploymentArchives)
public ImmutableBeanDeploymentArchive(String id, Collection<String> beanClasses, BeansXml beansXml)
public Collection<String> getBeanClasses()
BeanDeploymentArchivepublic Collection<BeanDeploymentArchive> getBeanDeploymentArchives()
BeanDeploymentArchivepublic BeansXml getBeansXml()
BeanDeploymentArchiveBootstrap#parse(java.net.URL)},
Bootstrap#parse(Iterable)}Copyright © 2013 Seam Framework. All Rights Reserved.