Class BackupConfig
java.lang.Object
org.exoplatform.services.jcr.ext.backup.RepositoryBackupConfig
org.exoplatform.services.jcr.ext.backup.BackupConfig
Created by The eXo Platform SARL .
- Version:
- $Id: $
- Author:
- Gennady Azarenkov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetting 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
-
Constructor Details
-
BackupConfig
public BackupConfig()
-
-
Method Details
-
getWorkspace
Getting the workspace name.- Returns:
- String return the workspace name
-
setWorkspace
Setting the workspace name.- Parameters:
workspace- String, the workspace name
-