public interface ITempFileDeleter
Modifier and Type | Field and Description |
---|---|
static String |
DELETER_SESSION_VARIABLE |
Modifier and Type | Method and Description |
---|---|
void |
doTempFileCleanup()
Performs the temp file cleanup.
|
boolean |
hasTempFile(String aFileName)
Returns true if the specified file is being tracked by the deleter
|
void |
trackTempFile(File aFile)
Adds the provided file to the list of files being tracked
|
static final String DELETER_SESSION_VARIABLE
void trackTempFile(File aFile)
aFile
- void doTempFileCleanup()
boolean hasTempFile(String aFileName)
aFileName
-