|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||

public interface DataManagementTool
Delegate to the correct data management tool.
| Method Summary | |
|---|---|
void |
backupDatabase(java.io.File backupDirectory)
Backup the database. |
void |
eraseDatabase()
Smoke the database. |
void |
restoreDatabase(java.io.File backupDirectory)
Restore the database. |
| Method Detail |
|---|
void backupDatabase(java.io.File backupDirectory)
throws java.io.IOException,
DataManagementException
backupDirectory - the directory to backup to
java.io.IOException - if there is a problem writing to the backup file
DataManagementException - if there is a problem reading from the database
void restoreDatabase(java.io.File backupDirectory)
throws java.io.IOException,
DataManagementException
backupDirectory - the directory where the backup to restore from resides
java.io.IOException - if there is a problem reading the backup file
DataManagementException - if there is a problem parsing the backup filevoid eraseDatabase()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||