Class ShrinkwrapBeanDeploymentArchiveImpl

  • All Implemented Interfaces:
    ShrinkwrapBeanDeploymentArchive, org.jboss.shrinkwrap.api.Assignable, org.jboss.weld.bootstrap.spi.BeanDeploymentArchive

    public class ShrinkwrapBeanDeploymentArchiveImpl
    extends org.jboss.shrinkwrap.impl.base.AssignableBase<org.jboss.shrinkwrap.api.Archive<?>>
    implements ShrinkwrapBeanDeploymentArchive
    ShrinkwrapBeanDeploymentArchiveImpl
    Version:
    $Revision: $
    Author:
    Aslak Knutsen
    • Constructor Detail

      • ShrinkwrapBeanDeploymentArchiveImpl

        public ShrinkwrapBeanDeploymentArchiveImpl​(org.jboss.shrinkwrap.api.Archive<?> archive)
    • Method Detail

      • getBeansXml

        public org.jboss.weld.bootstrap.spi.BeansXml getBeansXml()
        Specified by:
        getBeansXml in interface org.jboss.weld.bootstrap.spi.BeanDeploymentArchive
      • getBeanClasses

        public Collection<String> getBeanClasses()
        Specified by:
        getBeanClasses in interface org.jboss.weld.bootstrap.spi.BeanDeploymentArchive
      • getBeanDeploymentArchives

        public Collection<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive> getBeanDeploymentArchives()
        Specified by:
        getBeanDeploymentArchives in interface org.jboss.weld.bootstrap.spi.BeanDeploymentArchive
      • getEjbs

        public Collection<org.jboss.weld.ejb.spi.EjbDescriptor<?>> getEjbs()
        Specified by:
        getEjbs in interface org.jboss.weld.bootstrap.spi.BeanDeploymentArchive
      • getId

        public String getId()
        Specified by:
        getId in interface org.jboss.weld.bootstrap.spi.BeanDeploymentArchive
      • getServices

        public org.jboss.weld.bootstrap.api.ServiceRegistry getServices()
        Specified by:
        getServices in interface org.jboss.weld.bootstrap.spi.BeanDeploymentArchive
      • getClassName

        public String getClassName​(org.jboss.shrinkwrap.api.ArchivePath path)