Package | Description |
---|---|
backupmanagment |
This package contains what one might call the backend.
|
views |
This package holds all the classes that are necessary to display
information about backups to the user including the GUI.
|
Modifier and Type | Method and Description |
---|---|
void |
BackupManager.registerNewBackup(BackupInstanceFramework framework)
This method is used to schedule a new backup
according to rules specified by the
BackupInstanceFramework
and implements all the logic to be able to do so. |
Constructor and Description |
---|
BackupInstance(BackupInstanceFramework framework)
The class constructor.
|
Modifier and Type | Field and Description |
---|---|
private BackupInstanceFramework |
CreateNewBackupWindow.mFramework
The
BackupInstanceFramework built by the user. |