Uses of Interface
org.jboss.weld.bootstrap.spi.BeanDeploymentArchive
-
Packages that use BeanDeploymentArchive Package Description org.jboss.weld.bootstrap.api org.jboss.weld.bootstrap.api.helpers org.jboss.weld.bootstrap.spi org.jboss.weld.bootstrap.spi.helpers -
-
Uses of BeanDeploymentArchive in org.jboss.weld.bootstrap.api
Methods in org.jboss.weld.bootstrap.api with parameters of type BeanDeploymentArchive Modifier and Type Method Description WeldManagerBootstrap. getManager(BeanDeploymentArchive beanDeploymentArchive)Get the manager used for the given beanDeploymentArchive. -
Uses of BeanDeploymentArchive in org.jboss.weld.bootstrap.api.helpers
Methods in org.jboss.weld.bootstrap.api.helpers with parameters of type BeanDeploymentArchive Modifier and Type Method Description WeldManagerForwardingBootstrap. getManager(BeanDeploymentArchive beanDeploymentArchive) -
Uses of BeanDeploymentArchive in org.jboss.weld.bootstrap.spi
Methods in org.jboss.weld.bootstrap.spi that return BeanDeploymentArchive Modifier and Type Method Description BeanDeploymentArchiveCDI11Deployment. getBeanDeploymentArchive(Class<?> beanClass)Returns theBeanDeploymentArchivecontaining the given class.BeanDeploymentArchiveDeployment. loadBeanDeploymentArchive(Class<?> beanClass)Load theBeanDeploymentArchivecontaining the given class.Methods in org.jboss.weld.bootstrap.spi that return types with arguments of type BeanDeploymentArchive Modifier and Type Method Description Collection<BeanDeploymentArchive>BeanDeploymentArchive. getBeanDeploymentArchives()Get the bean deployment archives which are accessible to this bean deployment archive and adjacent to it in the deployment archive graph.Collection<BeanDeploymentArchive>Deployment. getBeanDeploymentArchives()Get the bean deployment archives which are part of this deployment and adjacent to it in the deployment archive graph. -
Uses of BeanDeploymentArchive in org.jboss.weld.bootstrap.spi.helpers
Classes in org.jboss.weld.bootstrap.spi.helpers that implement BeanDeploymentArchive Modifier and Type Class Description classForwardingBeanDeploymentArchiveMethods in org.jboss.weld.bootstrap.spi.helpers that return BeanDeploymentArchive Modifier and Type Method Description protected abstract BeanDeploymentArchiveForwardingBeanDeploymentArchive. delegate()Methods in org.jboss.weld.bootstrap.spi.helpers that return types with arguments of type BeanDeploymentArchive Modifier and Type Method Description Collection<BeanDeploymentArchive>ForwardingBeanDeploymentArchive. getBeanDeploymentArchives()
-