Package org.silverpeas.core.io.temp
Class LastModifiedDateFileTask
- java.lang.Object
-
- org.silverpeas.core.io.temp.LastModifiedDateFileTask
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
addFile(File file)
Add a file to process.static boolean
isRunning()
Indicates if the thread is running.void
run()
Process all the requests.
-
-
-
Method Detail
-
addFile
public static void addFile(File file)
Add a file to process.- Parameters:
file
-
-
isRunning
public static boolean isRunning()
Indicates if the thread is running.- Returns:
- true if running, false otherwise.
-
-