public static interface BackupFacility.Handle
BackupFacility.backup(FileObject...)
Modifier and Type | Method and Description |
---|---|
void |
restore()
restore file(s), which was stored by
BackupFacility.backup(FileObject...) |
void restore() throws IOException
BackupFacility.backup(FileObject...)
IOException
- if restore failed.