Class BackupConfig
- java.lang.Object
-
- org.exoplatform.services.jcr.ext.backup.RepositoryBackupConfig
-
- org.exoplatform.services.jcr.ext.backup.BackupConfig
-
public class BackupConfig extends RepositoryBackupConfig
Created by The eXo Platform SARL .- Version:
- $Id: $
- Author:
- Gennady Azarenkov
-
-
Constructor Summary
Constructors Constructor Description BackupConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetWorkspace()Getting the workspace name.voidsetWorkspace(String workspace)Setting the workspace name.-
Methods inherited from class org.exoplatform.services.jcr.ext.backup.RepositoryBackupConfig
getBackupDir, getBackupType, getIncrementalJobNumber, getIncrementalJobPeriod, getRepository, setBackupDir, setBackupType, setIncrementalJobNumber, setIncrementalJobPeriod, setRepository
-
-