Interface BackupContainerReaderFactory
-
- All Known Implementing Classes:
BackupContainerReaderFactoryImpl
public interface BackupContainerReaderFactory
Factory that creates instances of BackupContainerReader.- Since:
- 7.20.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BackupContainerReader
createBackupContainerReader(File file)
-
-
-
Method Detail
-
createBackupContainerReader
BackupContainerReader createBackupContainerReader(File file) throws BackupRestoreException
- Throws:
BackupRestoreException
-
-