com.application.areca.impl
Class FileSystemRecoveryEntry
java.lang.Object
com.application.areca.impl.FileSystemRecoveryEntry
- All Implemented Interfaces:
- RecoveryEntry
public class FileSystemRecoveryEntry
- extends java.lang.Object
- implements RecoveryEntry
- Author:
- Olivier PETRUCCI
Areca Build ID : 7299034069467778562
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
FileSystemRecoveryEntry
public FileSystemRecoveryEntry(java.lang.String rootDirectory,
java.io.File file)
isLink
public boolean isLink()
setLink
public void setLink(boolean isLink)
getSize
public long getSize()
- Specified by:
getSize
in interface RecoveryEntry
setSize
public void setSize(long size)
setStatus
public void setStatus(short status)
getStatus
public short getStatus()
- Specified by:
getStatus
in interface RecoveryEntry
getFile
public java.io.File getFile()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getKey
public java.lang.String getKey()
- Specified by:
getKey
in interface RecoveryEntry
getName
public java.lang.String getName()
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object