Interface BackupResourceInfo

All Known Implementing Classes:
SimpleBackupResourceInfo

public interface BackupResourceInfo
Metadata about a BackupResource.
Since:
1.46
Version:
1.0
Author:
matt
  • Method Details

    • getProviderKey

      String getProviderKey()
      Get the key of the BackupResourceProvider that provided this resource.
      Returns:
      The provider key.
    • getName

      String getName()
      Get a display-friendly name of the resource.
      Returns:
      The name.
    • getDescription

      String getDescription()
      Get a display-friendly description of the resource.
      Returns:
      A display-friendly description.