org.exist.backup
Class BackupFile

java.lang.Object
  extended by org.exist.backup.BackupFile

public class BackupFile
extends Object


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

BackupFile

public BackupFile(File file,
                  String dateTime)
Method Detail

after

public boolean after(BackupFile other)

after

public boolean after(long time)

before

public boolean before(BackupFile other)

before

public boolean before(long time)

getFile

public File getFile()

getDate

public Date getDate()


Copyright (C) Wolfgang Meier. All rights reserved.