Interface BackupContainerReader
-
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
XMLBackupContainerReader
public interface BackupContainerReader extends AutoCloseable
Reader that allows to read files from the container.- Since:
- 7.20.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
void
readObjects(BackupRestoreConsumer<ImportedObjectV2> objectConsumer)
-
-
-
Method Detail
-
readObjects
void readObjects(BackupRestoreConsumer<ImportedObjectV2> objectConsumer) throws BackupRestoreException
- Throws:
BackupRestoreException
-
close
void close() throws BackupRestoreException
- Specified by:
close
in interfaceAutoCloseable
- Throws:
BackupRestoreException
-
-