public class UtilsManager extends java.lang.Object implements UtilsManagerDef
Constructor and Description |
---|
UtilsManager() |
Modifier and Type | Method and Description |
---|---|
protected void |
emptyTempDir(long fileAge)
Empty the temp directory of files.
|
void |
webFolder(long time)
Check the web folder and delete any temporary files.
|
public void webFolder(long time)
webFolder
in interface UtilsManagerDef
time
- temp files older than (current - time) milliseconds
, are deleted.protected void emptyTempDir(long fileAge)
fileAge
- maximum age of file.