wt.fv.uploadtocache
Class BackupedFile
java.lang.Object
wt.fv.uploadtocache.BackupedFile
- public class BackupedFile
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BACKUPED_FILE_NAMES_DELIMITER
private static final String BACKUPED_FILE_NAMES_DELIMITER
- See Also:
- Constant Field Values
files
private File[] files
BackupedFile
public BackupedFile(String path,
String name)
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)