|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvnet.hudson.plugins.thinbackup.backup.BackupSet
public class BackupSet
| Constructor Summary | |
|---|---|
BackupSet(java.io.File initial)
|
|
| Method Summary | |
|---|---|
int |
compareTo(BackupSet other)
|
void |
delete()
|
java.util.List<java.io.File> |
getDiffBackups()
|
java.io.File |
getFullBackup()
|
boolean |
isValid()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BackupSet(java.io.File initial)
| Method Detail |
|---|
public boolean isValid()
public void delete()
throws java.io.IOException
java.io.IOExceptionpublic java.io.File getFullBackup()
public java.util.List<java.io.File> getDiffBackups()
public int compareTo(BackupSet other)
compareTo in interface java.lang.Comparable<BackupSet>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||