Interface BackupRestoreProvider
- All Known Implementing Classes:
ActiveObjectsBackupRestoreProvider
public interface BackupRestoreProvider
-
Method Summary
Modifier and TypeMethodDescriptionvoid
backup
(OutputStream outputStream) void
restore
(InputStream file)
-
Method Details
-
backup
- Throws:
ImportExportException
-
restore
- Throws:
ImportExportException
-