]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.runtime/src/org/argeo/slc/backup/vfs/BackupPurge.java
Introduce CMS-specific SLC module
[gpl/argeo-slc.git] / org.argeo.slc.runtime / src / org / argeo / slc / backup / vfs / BackupPurge.java
diff --git a/org.argeo.slc.runtime/src/org/argeo/slc/backup/vfs/BackupPurge.java b/org.argeo.slc.runtime/src/org/argeo/slc/backup/vfs/BackupPurge.java
deleted file mode 100644 (file)
index 1d07bbf..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-package org.argeo.slc.backup.vfs;
-
-import java.text.DateFormat;
-
-import org.apache.commons.vfs2.FileSystemManager;
-import org.apache.commons.vfs2.FileSystemOptions;
-
-/** Purges previous backups */
-public interface BackupPurge {
-       /**
-        * Purge the backups identified by these arguments. Although these are the
-        * same fields as a {@link BackupContext} 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.
-        */
-       public void purge(FileSystemManager fileSystemManager, String base,
-                       String name, DateFormat dateFormat, FileSystemOptions opts);
-}