wt.fv.uploadtocache
Class BackupedFile

java.lang.Object
  extended bywt.fv.uploadtocache.BackupedFile

public class BackupedFile
extends Object


Field Summary
private static String BACKUPED_FILE_NAMES_DELIMITER
           
private  File[] files
           
 
Constructor Summary
BackupedFile(String path, String name)
           
 
Method Summary
 boolean delete()
           
 boolean exists()
           
 String getAbsolutePath()
           
 String getCanonicalPath()
           
(package private)  File[] getFiles()
           
 long getFileSize()
           
 boolean isDirectory()
           
private static void PP(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BACKUPED_FILE_NAMES_DELIMITER

private static final String BACKUPED_FILE_NAMES_DELIMITER
See Also:
Constant Field Values

files

private File[] files
Constructor Detail

BackupedFile

public BackupedFile(String path,
                    String name)
Method Detail

getAbsolutePath

public String getAbsolutePath()

getCanonicalPath

public String getCanonicalPath()
                        throws IOException
Throws:
IOException

isDirectory

public boolean isDirectory()

exists

public boolean exists()

delete

public boolean delete()

getFiles

File[] getFiles()

getFileSize

public long getFileSize()

PP

private static void PP(String s)