Interface Backup

All Superinterfaces:
BackupIdentity
All Known Implementing Classes:
SimpleBackup

public interface Backup extends BackupIdentity
An individual backup.
Version:
1.2
Author:
matt
  • Method Details

    • isComplete

      boolean isComplete()
      Boolean flag indicating if this backup is complete.
      Returns:
      true if the backup is finished, false otherwise
    • getSize

      Long getSize()
      Get the size, in bytes, of this backup.
      Returns:
      the size in bytes, or null if not known