Interface BackupInfo

All Superinterfaces:
BackupIdentity
All Known Implementing Classes:
SimpleBackupInfo

public interface BackupInfo extends BackupIdentity
Metadata about a Backup.
Since:
1.46
Version:
1.1
Author:
matt
  • Method Details

    • getProviderInfos

      Get a list of all providers included in the backup.
      Returns:
      The list of providers, or an empty list.
    • getResourceInfos

      Collection<BackupResourceInfo> getResourceInfos()
      Get a list of all resources included in the backup. The resources should be ordered such that all resources for a given provider are together.
      Returns:
      The list of resources, or an empty list.