Class SnapshotJobManagerConfig


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

      • SnapshotJobManagerConfig

        public SnapshotJobManagerConfig()
    • Method Detail

      • getContentRootDir

        public java.io.File getContentRootDir()
        Returns:
        the contentRootDir
      • setContentRootDir

        public void setContentRootDir​(java.io.File contentRootDir)
        Parameters:
        contentRootDir - the contentRootDir to set
      • setDuracloudUsername

        public void setDuracloudUsername​(java.lang.String username)
        Parameters:
        username - the username to set
      • getDuracloudUsername

        public java.lang.String getDuracloudUsername()
        Returns:
        the username
      • setDuracloudPassword

        public void setDuracloudPassword​(java.lang.String password)
        Parameters:
        password - the password to set
      • getDuracloudPassword

        public java.lang.String getDuracloudPassword()
        Returns:
        the password
      • getWorkDir

        public java.io.File getWorkDir()
        Returns:
        the workDir
      • setWorkDir

        public void setWorkDir​(java.io.File workDir)
        Parameters:
        workDir - the workDir to set