Package com.chutneytesting.admin.infra
Class FileSystemBackupRepository
java.lang.Object
com.chutneytesting.admin.infra.FileSystemBackupRepository
- All Implemented Interfaces:
BackupRepository
-
Constructor Summary
ConstructorsConstructorDescriptionFileSystemBackupRepository(String backupsRootPath, List<Backupable> backupables) -
Method Summary
-
Constructor Details
-
FileSystemBackupRepository
public FileSystemBackupRepository(@Value("${chutney.configuration-folder:~/.chutney/conf}") String backupsRootPath, List<Backupable> backupables)
-
-
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
-