|
Hilbert II - Version 0.03.09 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The kernel internal service methods are assembled here.
| Method Summary | |
File |
getBufferDirectory()
Get buffer directory for QEDEQ module files. |
File |
getGenerationDirectory()
Get directory for generated files. |
KernelQedeqBo |
getKernelQedeqBo(ModuleAddress address)
Get KernelQedeqBo for an address. |
File |
getLocalFilePath(ModuleAddress address)
Transform an URL address into a local file path where the QEDEQ module is buffered. |
ModuleAddress |
getModuleAddress(File file)
Get module address from URL. |
void |
startup()
Initialisation of services. |
| Methods inherited from interface org.qedeq.kernel.bo.module.KernelServices |
checkModule, clearLocalBuffer, getAllLoadedModules, getModuleAddress, getModuleAddress, getQedeqBo, getSource, getSourceFileExceptionList, loadAllModulesFromQedeq, loadModule, loadRequiredModules, removeAllModules, removeModule |
| Method Detail |
public void startup()
public File getBufferDirectory()
public File getGenerationDirectory()
public KernelQedeqBo getKernelQedeqBo(ModuleAddress address)
KernelQedeqBo for an address.
address - Look for this address.
KernelQedeqBo, if address is malformed
null is returned.public File getLocalFilePath(ModuleAddress address)
null is returned.
address - Get local address for this QEDEQ module address.
address.
public ModuleAddress getModuleAddress(File file)
throws IOException
getModuleAddress in interface KernelServicesfile - Local QEDEQ module.
IOException - URL has not the correct format for referencing a QEDEQ module.
|
Hilbert II - Version 0.03.09 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |