Class RepositoryBackupConfig

  • Direct Known Subclasses:
    BackupConfig

    public class RepositoryBackupConfig
    extends Object
    Created by The eXo Platform SAS.
    Date: 2010
    Version:
    $Id$
    Author:
    Alex Reshetnyak
    • Constructor Detail

      • RepositoryBackupConfig

        public RepositoryBackupConfig()
    • Method Detail

      • getIncrementalJobPeriod

        public long getIncrementalJobPeriod()
        Getting incremental job period.
        Returns:
        long return incremental job period.
      • setIncrementalJobPeriod

        public void setIncrementalJobPeriod​(long incrementalJobPeriod)
        Setting incremental job period.
        Parameters:
        incrementalJobPeriod - long, the incremental job period
      • getIncrementalJobNumber

        public int getIncrementalJobNumber()
        Getting incremental job period (the repetition period).
        Returns:
        int return incremental job period
      • setIncrementalJobNumber

        public void setIncrementalJobNumber​(int incrementalJobNumber)
        Setting incremental job number (the repetition period).
        Parameters:
        incrementalJobNumber - int, the incremental job number
      • getRepository

        public String getRepository()
        Getting the repository name.
        Returns:
        String return the repository name
      • setRepository

        public void setRepository​(String repository)
        Setting the repository name.
        Parameters:
        repository - String, the repository name
      • getBackupDir

        public File getBackupDir()
        Getting backup directory.
        Returns:
        File return c
      • setBackupDir

        public void setBackupDir​(File backupDir)
        Setting the backup directory.
        Parameters:
        backupDir - File, the backup directory
      • getBackupType

        public int getBackupType()
        Getting the backup type.
        Returns:
        int return the backup type
      • setBackupType

        public void setBackupType​(int backupType)
        Setting the backup type.
        Parameters:
        backupType - int, the backup type