|
eXo JCR :: Component :: Extension Service 1.16.0-CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.jcr.ext.backup.RepositoryBackupConfig
public class RepositoryBackupConfig
Created by The eXo Platform SAS.
Date: 2010
| Constructor Summary | |
|---|---|
RepositoryBackupConfig()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepositoryBackupConfig()
| Method Detail |
|---|
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 type
|
eXo JCR :: Component :: Extension Service 1.16.0-CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||