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 |
---|---|
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.
|
Constructor and Description |
---|
ModuleLoader(ModuleFinder[] finders)
Construct a new instance.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.