Uses of Enum
org.jboss.as.weld.deployment.BeanDeploymentArchiveImpl.BeanArchiveType
Packages that use BeanDeploymentArchiveImpl.BeanArchiveType
-
Uses of BeanDeploymentArchiveImpl.BeanArchiveType in org.jboss.as.weld.deployment
Methods in org.jboss.as.weld.deployment that return BeanDeploymentArchiveImpl.BeanArchiveTypeModifier and TypeMethodDescriptionBeanDeploymentArchiveImpl.getBeanArchiveType()Returns the enum constant of this type with the specified name.BeanDeploymentArchiveImpl.BeanArchiveType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jboss.as.weld.deployment with parameters of type BeanDeploymentArchiveImpl.BeanArchiveTypeModifierConstructorDescriptionBeanDeploymentArchiveImpl(Set<String> beanClasses, Set<String> allClasses, org.jboss.weld.bootstrap.spi.BeansXml beansXml, org.jboss.modules.Module module, String id, BeanDeploymentArchiveImpl.BeanArchiveType beanArchiveType) BeanDeploymentArchiveImpl(Set<String> beanClasses, Set<String> allClasses, org.jboss.weld.bootstrap.spi.BeansXml beansXml, org.jboss.modules.Module module, String id, BeanDeploymentArchiveImpl.BeanArchiveType beanArchiveType, boolean root)