Interface BackupContainerReader
- All Superinterfaces:
- AutoCloseable
- All Known Implementing Classes:
- XMLBackupContainerReader
Reader that allows to read files from the container.
- Since:
- 7.20.0
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()Deprecated.since 8.2.0voidreadObjects(BackupRestoreConsumer<ImportedObjectV2> objectConsumer) void
- 
Method Details- 
getBackupProperties- Returns:
- properties of the backup
- Throws:
- BackupRestoreException
 
- 
getLegacyBackupPropertiesDeprecated.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
 
- 
readObjectsvoid readObjects(BackupRestoreConsumer<ImportedObjectV2> objectConsumer) throws BackupRestoreException - Throws:
- BackupRestoreException
 
- 
readPluginModuleData- Throws:
- BackupRestoreException
 
- 
close- Specified by:
- closein interface- AutoCloseable
- Throws:
- BackupRestoreException
 
 
-