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