com.myJava.file.driver
Class FileCacheableInformations

java.lang.Object
  extended by com.myJava.file.driver.FileCacheableInformations

public class FileCacheableInformations
extends java.lang.Object

Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Constructor Summary
FileCacheableInformations(FileSystemDriver driver, java.io.File f)
           
FileCacheableInformations(long length, long lastModified, boolean exists, boolean readable, boolean writable, boolean directory, boolean hidden)
           
 
Method Summary
 void enforceLength(long length)
           
 long getLastModified()
           
 long getLength()
           
 boolean isDirectory()
           
 boolean isDirectorySet()
           
 boolean isExists()
           
 boolean isExistsSet()
           
 boolean isHidden()
           
 boolean isLastModifiedSet()
           
 boolean isLengthSet()
           
 boolean isReadable()
           
 boolean isReadableSet()
           
 boolean isWritable()
           
 boolean isWritableSet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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)