| Modifier and Type | Field and Description |
|---|---|
static int |
SAVED_BACKUPS |
| Constructor and Description |
|---|
ChangedListBackupManager(ChangedList changedList,
File backupDir,
long backupFrequency,
SyncToolConfig syncConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
endBackup() |
boolean |
hasBackups() |
long |
loadBackup()
Attempts to reload the changed list from a backup file.
|
void |
run()
Runs the backup manager.
|
public static final int SAVED_BACKUPS
public ChangedListBackupManager(ChangedList changedList, File backupDir, long backupFrequency, SyncToolConfig syncConfig)
public long loadBackup()
public void run()
public void endBackup()
public boolean hasBackups()
Copyright © 2009–2015 DuraSpace. All rights reserved.