Class | Description |
---|---|
BackupFileVisitor |
Implementation of the
interface. |
BackupInstance |
Holds every information about a scheduled backup.
|
BackupInstanceFramework |
This class holds everything the
constructor
needs to create a new instance for the
. |
BackupManager |
Takes care of loading instances of
and registers new ones. |
DeleteFileVisitor |
Implementation of the
interface. |
BackupManager
class
that manages instances of BackupInstance
.
Each BackupInstance
is then responsible for one single backup.
The BackupInstanceFramework
class is the general template used
by the BackupManager
to perform actions upon backups and create new ones.