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 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 interface org.jboss.weld.bootstrap.spi.Deployment
    • getBeanDeploymentArchives

      public List<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive> getBeanDeploymentArchives()
      Specified by:
      getBeanDeploymentArchives in interface org.jboss.weld.bootstrap.spi.Deployment
    • loadBeanDeploymentArchive

      public org.jboss.weld.bootstrap.spi.BeanDeploymentArchive loadBeanDeploymentArchive(Class<?> beanClass)
      Specified by:
      loadBeanDeploymentArchive in interface org.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 interface org.jboss.weld.bootstrap.spi.Deployment