Package org.duracloud.snapshot.service
Class SnapshotJobManagerConfig
java.lang.Object
org.duracloud.snapshot.service.SnapshotJobManagerConfig
- Author:
- Daniel Bernstein Date: Feb 14, 2014
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetContentRootDir(File contentRootDir) voidsetDuracloudPassword(String password) voidsetDuracloudUsername(String username) voidsetWorkDir(File workDir)
-
Constructor Details
-
SnapshotJobManagerConfig
public SnapshotJobManagerConfig()
-
-
Method Details
-
getContentRootDir
- Returns:
- the contentRootDir
-
setContentRootDir
- Parameters:
contentRootDir- the contentRootDir to set
-
setDuracloudUsername
- Parameters:
username- the username to set
-
getDuracloudUsername
- Returns:
- the username
-
setDuracloudPassword
- Parameters:
password- the password to set
-
getDuracloudPassword
- Returns:
- the password
-
getWorkDir
- Returns:
- the workDir
-
setWorkDir
- Parameters:
workDir- the workDir to set
-