Uses of Class
fr.dyade.aaa.util.backup.BackupFile
-
Packages that use BackupFile Package Description fr.dyade.aaa.ext fr.dyade.aaa.util -
-
Uses of BackupFile in fr.dyade.aaa.ext
Methods in fr.dyade.aaa.ext with parameters of type BackupFile Modifier and Type Method Description voidNGTransaction. backupPhase1(File backupDir, BackupFile backupFile)First phase of the backup: - Get all objects in repositoryvoidNGTransaction. backupPhase2(File backupDir, RestoreFile restoreFile, BackupFile backupFile)Second phase of the backup, compacts all logs in one then produces a unique backup file. -
Uses of BackupFile in fr.dyade.aaa.util
Methods in fr.dyade.aaa.util with parameters of type BackupFile Modifier and Type Method Description voidDBRepository. backup(BackupFile backup)voidFileRepository. backup(BackupFile backup)voidRepository. backup(BackupFile backup)Backups the repository (may be unimplemented).private voidFileRepository. backupDir(BackupFile backup, File currentDir, String path)private voidFileRepository. backupFile(BackupFile backup, File file, String path)
-