Package | Description |
---|---|
org.jboss.modules |
The primary JBoss Modules API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IterableModuleFinder
A module finder which is iterable.
|
Modifier and Type | Class and Description |
---|---|
class |
JarModuleFinder
A module finder which uses a JAR file as a module repository.
|
class |
LocalModuleFinder
A module finder which locates module specifications which are stored in a local module
repository on the filesystem, which uses
module.xml descriptors. |
Modifier and Type | Field and Description |
---|---|
private ModuleFinder[] |
ModuleLoader.finders |
static ModuleFinder[] |
ModuleLoader.NO_FINDERS
A constant representing zero module finders.
|
Modifier and Type | Method and Description |
---|---|
protected ModuleFinder[] |
ModuleLoader.getFinders()
Get the module finders configured for this module loader.
|
private static ModuleFinder[] |
ModuleLoader.safeClone(ModuleFinder[] finders) |
Modifier and Type | Method and Description |
---|---|
private static ModuleFinder[] |
ModuleLoader.safeClone(ModuleFinder[] finders) |
Constructor and Description |
---|
ModuleLoader(boolean canRedefine,
boolean skipRegister,
ModuleFinder[] finders) |
ModuleLoader(ModuleFinder[] finders)
Construct a new instance.
|