
public final class LocalModuleLoader extends ModuleLoader
NO_FINDERS| Constructor and Description |
|---|
LocalModuleLoader()
Construct a new instance, using the
module.path system property or the JAVA_MODULEPATH environment variable
to get the list of module repository roots. |
LocalModuleLoader(File[] repoRoots)
Construct a new instance.
|
LocalModuleLoader(File[] repoRoots,
PathFilter pathFilter)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Get the string representation of this module loader.
|
findLoadedModuleLocal, findModule, forClass, forClassLoader, getDependencies, getFinders, iterateModules, loadModule, loadModuleLocal, preloadExportedModule, preloadModule, preloadModule, refreshResourceLoaders, relink, setAndRefreshResourceLoaders, setAndRelinkDependencies, unloadModuleLocal, unloadModuleLocalpublic LocalModuleLoader(File[] repoRoots)
repoRoots - the array of repository roots to look for modulespublic LocalModuleLoader(File[] repoRoots, PathFilter pathFilter)
repoRoots - the array of repository roots to look for modulespathFilter - the path filter to apply to rootspublic LocalModuleLoader()
module.path system property or the JAVA_MODULEPATH environment variable
to get the list of module repository roots.public String toString()
ModuleLoadertoString in class ModuleLoaderCopyright © 2017 JBoss by Red Hat. All rights reserved.