Interface ServerBackupFile


public interface ServerBackupFile
This class represents a server backup file.
Since:
4.2.6
  • Field Details

    • UNKNOWN_BACKUP_DATE

      static final Date UNKNOWN_BACKUP_DATE
      Fallback backup date.
      Since:
      4.2.6
    • SERVER_BACKUP_POSTFIX

      static final String SERVER_BACKUP_POSTFIX
      Postfix to add to the server backup file.
      Since:
      4.2.6
      See Also:
  • Method Details

    • getBackupDate

      Date getBackupDate()
      Returns the date of the backup or UNKNOWN_BACKUP_DATE if the date of the backup is unknown.
      Since:
      4.2.6
    • getName

      String getName()
      Returns the file name of this backup file.
      Since:
      4.2.6
    • getLength

      long getLength()
      Returns the length of the backup file
      Since:
      4.2.6