Package | Description |
---|---|
org.jboss.modules |
The primary JBoss Modules API.
|
Modifier and Type | Method and Description |
---|---|
private Module |
ModuleLoader.defineModule(ConcreteModuleSpec moduleSpec,
ModuleLoader.FutureModule futureModule)
Defines a Module based on a specification.
|
Constructor and Description |
---|
Module(ConcreteModuleSpec spec,
ModuleLoader moduleLoader)
Construct a new instance from a module specification.
|