Package net.solarnetwork.node.backup
Interface BackupInfo
- All Superinterfaces:
BackupIdentity
- All Known Implementing Classes:
SimpleBackupInfo
Metadata about a
Backup.- Since:
- 1.46
- Version:
- 1.1
- Author:
- matt
-
Method Summary
Modifier and TypeMethodDescriptionGet a list of all providers included in the backup.Get a list of all resources included in the backup.Methods inherited from interface net.solarnetwork.node.backup.BackupIdentity
getDate, getKey, getNodeId, getQualifier
-
Method Details
-
getProviderInfos
Collection<BackupResourceProviderInfo> 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.
-