Package org.pentaho.platform.api.util
Interface ITempFileDeleter
public interface ITempFileDeleter
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Performs the temp file cleanup.boolean
hasTempFile
(String aFileName) Returns true if the specified file is being tracked by the deletervoid
trackTempFile
(File aFile) Adds the provided file to the list of files being tracked
-
Field Details
-
DELETER_SESSION_VARIABLE
- See Also:
-
-
Method Details
-
trackTempFile
Adds the provided file to the list of files being tracked- Parameters:
aFile
-
-
doTempFileCleanup
void doTempFileCleanup()Performs the temp file cleanup. -
hasTempFile
Returns true if the specified file is being tracked by the deleter- Parameters:
aFileName
-- Returns:
- true if the deleter has the filename in it's list
-