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
createSpaceBackupContainerReader(File file, EntityInfoSqlHelper entityInfoSqlHelper, HibernateMetadataHelper hibernateMetadataHelper)
-
-
-
Method Detail
-
createSpaceBackupContainerReader
BackupContainerReader createSpaceBackupContainerReader(File file, EntityInfoSqlHelper entityInfoSqlHelper, HibernateMetadataHelper hibernateMetadataHelper) throws BackupRestoreException
- Throws:
BackupRestoreException
-
-