Class SnapshotJobManagerConfig


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

      • SnapshotJobManagerConfig

        public SnapshotJobManagerConfig()
    • Method Detail

      • 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