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
public 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()
ModuleLoader
toString
in class ModuleLoader
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.