|
Hilbert II - Version 0.03.04 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.bo.load.Modules
Encapsulates all modules.
| Constructor Summary | |
(package private) |
Modules()
|
| Method Summary | |
(package private) String[] |
getAllLoadedModules()
Get list of all successfully loaded modules. |
(package private) ModuleProperties |
getModuleProperties(ModuleAddress address)
Get module properties for an module address. |
(package private) ModuleProperties |
getModuleProperties(String url)
Get module properties for an URL. |
(package private) int |
getNumberOfLoadedModules()
Get number of QEDEQ modules in STATE_LOADED. |
(package private) void |
removeAllModules()
Remove all modules from memory. |
(package private) void |
removeModuleAndDependents(ModuleProperties prop)
Remove a QEDEQ module from memory. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
Modules()
| Method Detail |
final ModuleProperties getModuleProperties(String url)
throws IOException
url - location of module
IOException - url is mailformedfinal ModuleProperties getModuleProperties(ModuleAddress address)
address - module address
final void removeAllModules()
final void removeModuleAndDependents(ModuleProperties prop)
prop - Defines the module.final String[] getAllLoadedModules()
final int getNumberOfLoadedModules()
|
Hilbert II - Version 0.03.04 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |