|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hawk.module.lib.FileModule
public class FileModule
Constructor Summary | |
---|---|
FileModule()
|
Method Summary | |
---|---|
boolean |
delete(java.lang.Object... args)
|
boolean |
list(java.lang.Object... args)
|
boolean |
read(java.lang.Object... args)
|
boolean |
reset()
This resets one cycle of execution. |
boolean |
startUp()
The target application's main module needs to implement it for its initialization. |
boolean |
write(java.lang.Object... args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileModule()
Method Detail |
---|
public boolean startUp()
IModule
startUp
in interface IModule
public boolean reset()
IModule
reset
in interface IModule
public boolean read(java.lang.Object... args) throws java.lang.Exception
java.lang.Exception
public boolean write(java.lang.Object... args) throws java.lang.Exception
java.lang.Exception
public boolean delete(java.lang.Object... args) throws java.lang.Exception
java.lang.Exception
public boolean list(java.lang.Object... args) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |