Package | Description |
---|---|
org.jboss.modules |
The primary JBoss Modules API.
|
Modifier and Type | Class and Description |
---|---|
class |
AliasModuleSpec
A module specification for a module alias.
|
class |
ConcreteModuleSpec
A
Module specification for a concrete module implementation. |
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 ModuleSpec |
ModuleLoader.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.
|
ModuleSpec |
LocalModuleFinder.findModule(ModuleIdentifier identifier,
ModuleLoader delegateLoader) |
ModuleSpec |
ModuleFinder.findModule(ModuleIdentifier identifier,
ModuleLoader delegateLoader)
Find a module specification for the given identifier.
|
ModuleSpec |
JarModuleFinder.findModule(ModuleIdentifier identifier,
ModuleLoader delegateLoader) |
static ModuleSpec |
LocalModuleFinder.parseModuleXmlFile(ModuleIdentifier identifier,
ModuleLoader delegateLoader,
File... roots)
Parse a
module.xml file and return the corresponding module specification. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.