public class BackupSettings extends Object
Modifier and Type | Field and Description |
---|---|
static String |
KEY_BACKUP |
static String |
SKEY_BACKUP_LOCATION |
static String |
SKEY_ENABLED |
static String |
SKEY_INTERVAL |
static String |
SKEY_PREFIX |
static String |
SKEY_RETAIN_MAX |
Constructor and Description |
---|
BackupSettings() |
Modifier and Type | Method and Description |
---|---|
static BackupSettings |
get() |
String |
getBackupLocation() |
Boolean |
getEnabled() |
Long |
getNextFire() |
static void |
reloadJob() |
void |
save() |
public static final String KEY_BACKUP
public static final String SKEY_ENABLED
public static final String SKEY_PREFIX
public static final String SKEY_INTERVAL
public static final String SKEY_RETAIN_MAX
public static final String SKEY_BACKUP_LOCATION
public String getBackupLocation()
public Boolean getEnabled()
public Long getNextFire()
public static BackupSettings get()
public void save()
public static void reloadJob()
Copyright © 2015–2019. All rights reserved.