Interface BackupRestoreProvider
-
public interface BackupRestoreProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
backup(OutputStream outputStream)
void
restore(InputStream file)
-
-
-
Method Detail
-
backup
void backup(OutputStream outputStream) throws ImportExportException
- Throws:
ImportExportException
-
restore
void restore(InputStream file) throws ImportExportException
- Throws:
ImportExportException
-
-