public class RepositoryBackupConfig extends Object
| Constructor and Description |
|---|
RepositoryBackupConfig() |
| Modifier and Type | Method and Description |
|---|---|
File |
getBackupDir()
Getting backup directory.
|
int |
getBackupType()
Getting the backup type.
|
int |
getIncrementalJobNumber()
Getting incremental job period (the repetition period).
|
long |
getIncrementalJobPeriod()
Getting incremental job period.
|
String |
getRepository()
Getting the repository name.
|
void |
setBackupDir(File backupDir)
Setting the backup directory.
|
void |
setBackupType(int backupType)
Setting the backup type.
|
void |
setIncrementalJobNumber(int incrementalJobNumber)
Setting incremental job number (the repetition period).
|
void |
setIncrementalJobPeriod(long incrementalJobPeriod)
Setting incremental job period.
|
void |
setRepository(String repository)
Setting the repository name.
|
public long getIncrementalJobPeriod()
public void setIncrementalJobPeriod(long incrementalJobPeriod)
incrementalJobPeriod - long, the incremental job periodpublic int getIncrementalJobNumber()
public void setIncrementalJobNumber(int incrementalJobNumber)
incrementalJobNumber - int, the incremental job numberpublic String getRepository()
public void setRepository(String repository)
repository - String, the repository namepublic File getBackupDir()
public void setBackupDir(File backupDir)
backupDir - File, the backup directorypublic int getBackupType()
public void setBackupType(int backupType)
backupType - int, the backup typeCopyright © 2003–2021 eXo Platform SAS. All rights reserved.