Package fr.enedis.chutney.admin.infra
Class FileSystemBackupRepository
java.lang.Object
fr.enedis.chutney.admin.infra.FileSystemBackupRepository
- All Implemented Interfaces:
BackupRepository
-
Constructor Summary
ConstructorsConstructorDescriptionFileSystemBackupRepository(String backupsRootPath, List<fr.enedis.chutney.server.core.domain.admin.Backupable> backupables) -
Method Summary
-
Constructor Details
-
FileSystemBackupRepository
-
-
Method Details
-
getBackupData
- Specified by:
getBackupDatain interfaceBackupRepository- Throws:
IOException
-
getBackupables
- Specified by:
getBackupablesin interfaceBackupRepository
-
save
- Specified by:
savein interfaceBackupRepository
-
read
- Specified by:
readin interfaceBackupRepository
-
delete
- Specified by:
deletein interfaceBackupRepository
-
list
- Specified by:
listin interfaceBackupRepository
-