public class SimpleBackupPurge extends java.lang.Object implements BackupPurge
| Constructor and Description |
|---|
SimpleBackupPurge() |
| Modifier and Type | Method and Description |
|---|---|
void |
purge(org.apache.commons.vfs2.FileSystemManager fileSystemManager,
java.lang.String base,
java.lang.String name,
java.text.DateFormat dateFormat,
org.apache.commons.vfs2.FileSystemOptions opts)
Purge the backups identified by these arguments.
|
public void purge(org.apache.commons.vfs2.FileSystemManager fileSystemManager,
java.lang.String base,
java.lang.String name,
java.text.DateFormat dateFormat,
org.apache.commons.vfs2.FileSystemOptions opts)
BackupPurgeBackupContext we don't pass it as argument since
we want to use this interface to purge remote backups as well (that is,
with a different base), or outside the scope of a running backup.purge in interface BackupPurgeCopyright © 2007–2020. All rights reserved.