|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.modules.ModuleLoader
org.jboss.modules.SystemClassPathModuleLoader
public final class SystemClassPathModuleLoader
The module loader for the system/application class path module.
Method Summary | |
---|---|
protected ModuleSpec |
findModule(ModuleIdentifier moduleIdentifier)
Find a Module's specification in this ModuleLoader by its identifier. |
static SystemClassPathModuleLoader |
getInstance()
Get the system module loader. |
String |
toString()
Get the string representation of this module loader. |
Methods inherited from class org.jboss.modules.ModuleLoader |
---|
findLoadedModuleLocal, forClass, forClassLoader, loadModule, loadModuleLocal, preloadExportedModule, preloadModule, preloadModule, refreshResourceLoaders, relink, setAndRefreshResourceLoaders, setAndRelinkDependencies, unloadModuleLocal |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static SystemClassPathModuleLoader getInstance()
protected ModuleSpec findModule(ModuleIdentifier moduleIdentifier) throws ModuleLoadException
null
.
If the module is found but some problem occurred (for example, a transitive dependency failed to load) then this
method should throw a ModuleLoadException
of the relevant type.
findModule
in class ModuleLoader
moduleIdentifier
- The modules Identifier
null
if no module is found with the given identifier
ModuleLoadException
- if any problems occur finding the modulepublic String toString()
ModuleLoader
toString
in class ModuleLoader
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |