Interface BackupContainerReader
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
XMLBackupContainerReader
Reader that allows to read files from the container.
- Since:
- 7.20.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Deprecated.since 8.2.0void
readObjects
(BackupRestoreConsumer<ImportedObjectV2> objectConsumer) void
-
Method Details
-
getBackupProperties
- Returns:
- properties of the backup
- Throws:
BackupRestoreException
-
getLegacyBackupProperties
Deprecated.since 8.2.0This method was introduced to support the all legacy actions that work with Properties. Please do not use it. It will be removed in the future when all usages are got rid of.- Returns:
- properties of the backup
- Throws:
BackupRestoreException
- Since:
- 8.2.0
-
readObjects
void readObjects(BackupRestoreConsumer<ImportedObjectV2> objectConsumer) throws BackupRestoreException - Throws:
BackupRestoreException
-
readPluginModuleData
- Throws:
BackupRestoreException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
BackupRestoreException
-