Package com.day.util
Class TempFileFinalizer
java.lang.Object
com.day.util.TempFileFinalizer
- All Implemented Interfaces:
Finalizer
Finalizer that works with temporary files in conjunction with
a
FinalizerHandler
Audience core- Since:
- antbear
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidThis is the method called by theFinalizerHandlerwhen the finalizing work has to be done.
-
Constructor Details
-
TempFileFinalizer
Create a newTempFileFinalizer- Parameters:
tempFile- the temp file
-
-
Method Details
-
doFinalize
public void doFinalize()This is the method called by theFinalizerHandlerwhen the finalizing work has to be done.- Specified by:
doFinalizein interfaceFinalizer
-