Package org.jboss.as.weld.deployment
Class WeldEEModuleDescriptor
java.lang.Object
org.jboss.weld.bootstrap.spi.helpers.EEModuleDescriptorImpl
org.jboss.as.weld.deployment.WeldEEModuleDescriptor
- All Implemented Interfaces:
org.jboss.weld.bootstrap.api.Service,org.jboss.weld.bootstrap.spi.EEModuleDescriptor
public class WeldEEModuleDescriptor
extends org.jboss.weld.bootstrap.spi.helpers.EEModuleDescriptorImpl
implements org.jboss.weld.bootstrap.spi.EEModuleDescriptor
Implementation of Weld's
EEModuleDescriptor- Author:
- Jozef Hartinger
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.weld.bootstrap.spi.EEModuleDescriptor
org.jboss.weld.bootstrap.spi.EEModuleDescriptor.ModuleType -
Method Summary
Methods inherited from class org.jboss.weld.bootstrap.spi.helpers.EEModuleDescriptorImpl
cleanup, getId, getTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.weld.bootstrap.spi.EEModuleDescriptor
getId, getTypeMethods inherited from interface org.jboss.weld.bootstrap.api.Service
cleanup
-
Method Details
-
of
public static WeldEEModuleDescriptor of(String id, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
-