Package io.github.cdiunit.internal
Class BeanDeploymentArchiveImpl
java.lang.Object
io.github.cdiunit.internal.BeanDeploymentArchiveImpl
- All Implemented Interfaces:
org.jboss.weld.bootstrap.spi.BeanDeploymentArchive
public class BeanDeploymentArchiveImpl
extends Object
implements org.jboss.weld.bootstrap.spi.BeanDeploymentArchive
-
Constructor Summary
ConstructorDescriptionBeanDeploymentArchiveImpl
(String id, Collection<String> beanClasses, org.jboss.weld.bootstrap.spi.BeansXml beansXml) BeanDeploymentArchiveImpl
(String id, Collection<String> beanClasses, org.jboss.weld.bootstrap.spi.BeansXml beansXml, Collection<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive> beanDeploymentArchives) -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive>
org.jboss.weld.bootstrap.spi.BeansXml
Collection<org.jboss.weld.ejb.spi.EjbDescriptor<?>>
getEjbs()
getId()
org.jboss.weld.bootstrap.api.ServiceRegistry
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jboss.weld.bootstrap.spi.BeanDeploymentArchive
getKnownClasses, getLoadedBeanClasses
-
Constructor Details
-
BeanDeploymentArchiveImpl
public BeanDeploymentArchiveImpl(String id, Collection<String> beanClasses, org.jboss.weld.bootstrap.spi.BeansXml beansXml, Collection<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive> beanDeploymentArchives) -
BeanDeploymentArchiveImpl
public BeanDeploymentArchiveImpl(String id, Collection<String> beanClasses, org.jboss.weld.bootstrap.spi.BeansXml beansXml)
-
-
Method Details
-
getBeanClasses
- Specified by:
getBeanClasses
in interfaceorg.jboss.weld.bootstrap.spi.BeanDeploymentArchive
-
getBeanDeploymentArchives
- Specified by:
getBeanDeploymentArchives
in interfaceorg.jboss.weld.bootstrap.spi.BeanDeploymentArchive
-
getBeansXml
public org.jboss.weld.bootstrap.spi.BeansXml getBeansXml()- Specified by:
getBeansXml
in interfaceorg.jboss.weld.bootstrap.spi.BeanDeploymentArchive
-
getEjbs
- Specified by:
getEjbs
in interfaceorg.jboss.weld.bootstrap.spi.BeanDeploymentArchive
-
getId
- Specified by:
getId
in interfaceorg.jboss.weld.bootstrap.spi.BeanDeploymentArchive
-
getServices
public org.jboss.weld.bootstrap.api.ServiceRegistry getServices()- Specified by:
getServices
in interfaceorg.jboss.weld.bootstrap.spi.BeanDeploymentArchive
-