com.myJava.file.driver
Class FileCacheableInformations
java.lang.Object
com.myJava.file.driver.FileCacheableInformations
public class FileCacheableInformations
- extends java.lang.Object
- Author:
- Olivier PETRUCCI
Areca Build ID : 7299034069467778562
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileCacheableInformations
public FileCacheableInformations(long length,
long lastModified,
boolean exists,
boolean readable,
boolean writable,
boolean directory,
boolean hidden)
FileCacheableInformations
public FileCacheableInformations(FileSystemDriver driver,
java.io.File f)
isDirectory
public boolean isDirectory()
isExists
public boolean isExists()
isHidden
public boolean isHidden()
getLastModified
public long getLastModified()
getLength
public long getLength()
isReadable
public boolean isReadable()
isWritable
public boolean isWritable()
isDirectorySet
public boolean isDirectorySet()
isExistsSet
public boolean isExistsSet()
isLastModifiedSet
public boolean isLastModifiedSet()
isLengthSet
public boolean isLengthSet()
isReadableSet
public boolean isReadableSet()
isWritableSet
public boolean isWritableSet()
enforceLength
public void enforceLength(long length)