Interface | Description |
---|---|
BackupGenerator |
A tagging interface that all file backups must implement.
|
Class | Description |
---|---|
BackupGeneratorFactory |
Generic factory that creates a
BackupGenerator that performs a particular
kind of backup. |
DefaultBackupGenerator |
Performs a backup of a file, into another file at the same path (directory), with the file extension
changed to .bak.
|
DefaultBackupGeneratorFactory |
Factory that gets a
DefaultBackupGenerator as a particular version of
backup generator. |