|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FileBackup
File Backup method signatures needed for all file backup implementors.
| Method Summary | |
|---|---|
boolean |
delete()
Deletes the backup file. |
void |
finalize()
Method needed to do any post backup cleanup. |
java.io.File |
getBackupFile()
Performs the file backup. |
java.io.File |
getSourceFile()
Provides access to the source file. |
java.io.File |
restore()
Restores backed up source file to it's original state/name. |
| Method Detail |
|---|
java.io.File getSourceFile()
java.io.File getBackupFile()
java.io.File restore()
boolean delete()
void finalize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||