Package io.github.cdiunit.internal
Class WeldTestUrlDeployment
java.lang.Object
io.github.cdiunit.internal.WeldTestUrlDeployment
- All Implemented Interfaces:
org.jboss.weld.bootstrap.spi.Deployment
- Direct Known Subclasses:
Weld11TestUrlDeployment
public class WeldTestUrlDeployment
extends Object
implements org.jboss.weld.bootstrap.spi.Deployment
-
Constructor Summary
ConstructorsConstructorDescriptionWeldTestUrlDeployment
(org.jboss.weld.resources.spi.ResourceLoader resourceLoader, org.jboss.weld.bootstrap.api.Bootstrap bootstrap, TestConfiguration testConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.weld.bootstrap.spi.BeanDeploymentArchive
getBeanDeploymentArchive
(Class<?> beanClass) List<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive>
Iterable<org.jboss.weld.bootstrap.spi.Metadata<jakarta.enterprise.inject.spi.Extension>>
org.jboss.weld.bootstrap.api.ServiceRegistry
org.jboss.weld.bootstrap.spi.BeanDeploymentArchive
loadBeanDeploymentArchive
(Class<?> beanClass)
-
Constructor Details
-
WeldTestUrlDeployment
public WeldTestUrlDeployment(org.jboss.weld.resources.spi.ResourceLoader resourceLoader, org.jboss.weld.bootstrap.api.Bootstrap bootstrap, TestConfiguration testConfiguration) throws IOException - Throws:
IOException
-
-
Method Details
-
getExtensions
public Iterable<org.jboss.weld.bootstrap.spi.Metadata<jakarta.enterprise.inject.spi.Extension>> getExtensions()- Specified by:
getExtensions
in interfaceorg.jboss.weld.bootstrap.spi.Deployment
-
getBeanDeploymentArchives
- Specified by:
getBeanDeploymentArchives
in interfaceorg.jboss.weld.bootstrap.spi.Deployment
-
loadBeanDeploymentArchive
public org.jboss.weld.bootstrap.spi.BeanDeploymentArchive loadBeanDeploymentArchive(Class<?> beanClass) - Specified by:
loadBeanDeploymentArchive
in interfaceorg.jboss.weld.bootstrap.spi.Deployment
-
getBeanDeploymentArchive
public org.jboss.weld.bootstrap.spi.BeanDeploymentArchive getBeanDeploymentArchive(Class<?> beanClass) -
getServices
public org.jboss.weld.bootstrap.api.ServiceRegistry getServices()- Specified by:
getServices
in interfaceorg.jboss.weld.bootstrap.spi.Deployment
-