Class SnapshotJobManagerConfig

java.lang.Object
org.duracloud.snapshot.service.SnapshotJobManagerConfig

public class SnapshotJobManagerConfig extends Object
Author:
Daniel Bernstein Date: Feb 14, 2014
  • Constructor Details

    • SnapshotJobManagerConfig

      public SnapshotJobManagerConfig()
  • Method Details

    • getContentRootDir

      public File getContentRootDir()
      Returns:
      the contentRootDir
    • setContentRootDir

      public void setContentRootDir(File contentRootDir)
      Parameters:
      contentRootDir - the contentRootDir to set
    • setDuracloudUsername

      public void setDuracloudUsername(String username)
      Parameters:
      username - the username to set
    • getDuracloudUsername

      public String getDuracloudUsername()
      Returns:
      the username
    • setDuracloudPassword

      public void setDuracloudPassword(String password)
      Parameters:
      password - the password to set
    • getDuracloudPassword

      public String getDuracloudPassword()
      Returns:
      the password
    • getWorkDir

      public File getWorkDir()
      Returns:
      the workDir
    • setWorkDir

      public void setWorkDir(File workDir)
      Parameters:
      workDir - the workDir to set