public abstract class BackupGeneratorFactory extends Object
Generic factory that creates a BackupGenerator that performs a particular
kind of backup.
| Constructor and Description |
|---|
BackupGeneratorFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract BackupGenerator |
getBackupGenerator()
Gets an instance of a backup generator that performs a particular kind of backup.
|
public abstract BackupGenerator getBackupGenerator()
Gets an instance of a backup generator that performs a particular kind of backup.