Interface BackupOverview
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BackupOverviewImpl
Contains project and system information gleaned from an XML backup.
- Since:
- v3.13
-
Method Summary
Modifier and TypeMethodDescriptionReturns a BackupSystemInformation object containing system-wide information from the backup file.getProject(String projectKey) Gets aBackupProjectby the projectKey.Gets all theBackupProject's contained in the backup ordered alphabetically by the projects name.
-
Method Details
-
getProject
Gets aBackupProjectby the projectKey.- Parameters:
projectKey- the unique key that identifies the project.- Returns:
- a
BackupProjectidentified by the key or null if the object does not know about the project key.
-
getProjects
List getProjects()Gets all theBackupProject's contained in the backup ordered alphabetically by the projects name.- Returns:
- List of
BackupProject's.
-
getBackupSystemInformation
BackupSystemInformation getBackupSystemInformation()Returns a BackupSystemInformation object containing system-wide information from the backup file.- Returns:
- a BackupSystemInformation object containing system-wide information from the backup file.
-