public interface BackupGenerator
A tagging interface that all file backups must implement.
Modifier and Type | Method and Description |
---|---|
void |
backup(File source)
Performs a backup of
source . |
void backup(File source) throws BackupException
Performs a backup of source
.
source
- the source fileBackupException