com.infoengine.util
Class FileUtils
java.lang.Object
com.infoengine.util.FileUtils
- public class FileUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DELAYED_DELETION_INTERVAL
private static long DELAYED_DELETION_INTERVAL
MAX_DELETION_RETRIES
private static int MAX_DELETION_RETRIES
lock
private static final Object lock
deletionThread
private static Thread deletionThread
filesToDeleteToAttemptsMap
private static Map filesToDeleteToAttemptsMap
FileUtils
public FileUtils()
removeFile
public static void removeFile(File file)
doDelayedDelete
private static void doDelayedDelete(File file)
retryFailedDeletions
private static void retryFailedDeletions()
- To be called only from deletionThread