|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exist.backup.BackupFile
public class BackupFile
Constructor Summary | |
---|---|
BackupFile(File file,
String dateTime)
|
Method Summary | |
---|---|
boolean |
after(BackupFile other)
|
boolean |
after(long time)
|
boolean |
before(BackupFile other)
|
boolean |
before(long time)
|
Date |
getDate()
|
File |
getFile()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BackupFile(File file, String dateTime)
Method Detail |
---|
public boolean after(BackupFile other)
public boolean after(long time)
public boolean before(BackupFile other)
public boolean before(long time)
public File getFile()
public Date getDate()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |