Class BackupJobConfig
java.lang.Object
org.exoplatform.services.jcr.ext.backup.server.bean.response.BackupJobConfig
Created by The eXo Platform SAS.
Date: 13.04.2009
Date: 13.04.2009
- Version:
- $Id: BackupJobConfig.java 111 2008-11-11 11:11:11Z rainf0x $
- Author:
- Alex Reshetnyak
-
Constructor Summary
ConstructorsConstructorDescriptionBackupJobConfig constructor.BackupJobConfig(String backupJob, Collection<Pair> parameters) BackupJobConfig constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetBackupJob.getParameters.voidsetBackupJob(String backupJob) setBackupJob.voidsetParameters(Collection<Pair> parameters) setParameters.
-
Constructor Details
-
BackupJobConfig
public BackupJobConfig()BackupJobConfig constructor. The empty constructor. -
BackupJobConfig
BackupJobConfig constructor.- Parameters:
backupJob- String, the FQN (Fully qualified name) to BackupJob class .parameters- Collection, the list of parameters
-
-
Method Details
-
getBackupJob
getBackupJob.- Returns:
- String return the FQN to BackupJob
-
setBackupJob
setBackupJob.- Parameters:
backupJob- String, the FQN to BackupJob
-
getParameters
getParameters.- Returns:
- Collection the parameters to BAckupJob
-
setParameters
setParameters.- Parameters:
parameters- Collection, the parameters to BAckupJob
-