| 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  | 
FileSystemClassPathModuleFinder | 
 A module finder which loads modules from individual JARs or directories on the file system, supporting the JAR specification headers
 as well as the extended  
MANIFEST headers supported by JBoss Modules. | 
class  | 
JarModuleFinder | 
 Deprecated. 
 
FileSystemClassPathModuleFinder and/or ResourceLoaderModuleFinder should be used instead for more
      complete functionality. | 
class  | 
JDKModuleFinder | 
 A module finder which finds a standard JDK module, a module on the JDK module path, or the special module
  
org.jboss.modules. | 
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. | 
class  | 
ResourceLoaderModuleFinder | 
 A module loader which loads modules which are stored inside the  
modules directory of a single JAR or JAR-like
 root. | 
| 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 | 
|---|---|
DelegatingModuleLoader(ModuleLoader delegate,
                      ModuleFinder finder) | 
 Construct a new instance. 
 | 
DelegatingModuleLoader(ModuleLoader delegate,
                      ModuleFinder[] finders) | 
 Construct a new instance. 
 | 
ModuleLoader(ModuleFinder finder) | 
 Construct a new instance. 
 | 
ModuleLoader(ModuleFinder[] finders) | 
 Construct a new instance. 
 | 
Copyright © 2022 JBoss by Red Hat. All rights reserved.