| Package | Description |
|---|---|
| org.jboss.modules |
The primary JBoss Modules API.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
IterableModuleFinder |
A module finder which is iterable.
|
| Modifier and Type | Class | 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 | Description |
|---|---|---|
static ModuleFinder[] |
ModuleLoader.NO_FINDERS |
A constant representing zero module finders.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected ModuleFinder[] |
ModuleLoader.getFinders() |
Get the module finders configured for this module loader.
|
| Constructor | Description |
|---|---|
ModuleLoader(ModuleFinder[] finders) |
Construct a new instance.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.