|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QedeqFileDao
An instance of this interface can load and save QEDEQ module files.
| Method Summary | |
|---|---|
SourceArea |
createSourceArea(Qedeq qedeq,
ModuleContext context)
Get area in source file for QEDEQ module context. |
java.io.Reader |
getModuleReader(KernelQedeqBo prop)
Get reader for local buffered QEDEQ module. |
InternalKernelServices |
getServices()
Get kernel services. |
Qedeq |
loadQedeq(InternalServiceJob process,
QedeqBo prop,
java.io.File localFile)
Load a QEDEQ module from file. |
void |
saveQedeq(InternalServiceJob process,
KernelQedeqBo prop,
java.io.File localFile)
Save a QEDEQ module as file. |
void |
setServices(InternalKernelServices services)
Set kernel services. |
| Method Detail |
|---|
void setServices(InternalKernelServices services)
services - Internal kernel services.InternalKernelServices getServices()
Qedeq loadQedeq(InternalServiceJob process,
QedeqBo prop,
java.io.File localFile)
throws SourceFileExceptionList
process - We work for this service process.prop - Module properties.localFile - Load file from this location.
SourceFileExceptionList - Module could not be successfully loaded.
void saveQedeq(InternalServiceJob process,
KernelQedeqBo prop,
java.io.File localFile)
throws SourceFileExceptionList,
java.io.IOException
process - We work in this service process.prop - Module properties.localFile - Save module in this file.
SourceFileExceptionList - Module could not be successfully saved.
java.io.IOException - File saving failed.
SourceArea createSourceArea(Qedeq qedeq,
ModuleContext context)
qedeq - Look at this QEDEQ module.context - Search for this context.
null.
java.io.Reader getModuleReader(KernelQedeqBo prop)
throws java.io.IOException
prop - QEDEQ BO.
java.io.IOException - Reading failed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||