|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.ac.mrc.hgmp.embreo.filemgr.EmbreoFileSave
Constructor Summary | |
EmbreoFileSave(java.io.File name,
java.lang.Object file,
boolean overwrite)
Save a file object to disk. |
Method Summary | |
java.lang.String |
writeMsg()
A message to describe the save operation |
boolean |
writeOK()
Whether the operation was successful |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EmbreoFileSave(java.io.File name, java.lang.Object file, boolean overwrite)
name
- the File object to save tofile
- An Object with the file contentsoverwrite
- whether we should overwrite an existing fileMethod Detail |
public boolean writeOK()
public java.lang.String writeMsg()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |