|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
creates an interface for getting files from any dataStore using the same methods.
Method Summary | |
boolean |
deleteFile(java.lang.String name)
Deletes the file with an id of name. |
java.io.File |
newFile(java.lang.String name,
java.io.Reader file,
boolean publicAccess)
create a new file with an id of name in the datastore and return a File object that represents it. |
java.io.File |
openFile(java.lang.String name)
open a file from a datastore with the id of name and return a File object that represents it. |
java.io.File |
saveFile(java.lang.String name,
java.io.Reader file,
boolean publicAccess)
save a file to the datastore with the id of name. |
Method Detail |
public java.io.File openFile(java.lang.String name) throws java.io.FileNotFoundException, CacheAccessException
public java.io.File saveFile(java.lang.String name, java.io.Reader file, boolean publicAccess) throws java.lang.Exception
public java.io.File newFile(java.lang.String name, java.io.Reader file, boolean publicAccess) throws java.lang.Exception
public boolean deleteFile(java.lang.String name) throws java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |