Package | Description |
---|---|
org.jboss.modules |
The primary JBoss Modules API.
|
Modifier and Type | Method and Description |
---|---|
ModuleSpec |
ModuleSpec.Builder.create()
Create the module specification from this builder.
|
ModuleSpec |
ModuleSpec.AliasBuilder.create()
Create the module specification from this builder.
|
protected abstract ModuleSpec |
ModuleLoader.findModule(ModuleIdentifier moduleIdentifier)
Find a Module's specification in this ModuleLoader by its identifier.
|
protected ModuleSpec |
LocalModuleLoader.findModule(ModuleIdentifier moduleIdentifier)
Find a Module's specification in this ModuleLoader by its identifier.
|
protected ModuleSpec |
ClassifyingModuleLoader.findModule(ModuleIdentifier moduleIdentifier)
Find a Module's specification in this ModuleLoader by its identifier.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.