Package com.day.util
Class TempFileFinalizer
- java.lang.Object
-
- com.day.util.TempFileFinalizer
-
-
Constructor Summary
Constructors Constructor Description TempFileFinalizer(java.io.File tempFile)
Create a newTempFileFinalizer
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doFinalize()
This is the method called by theFinalizerHandler
when the finalizing work has to be done.
-
-
-
Method Detail
-
doFinalize
public void doFinalize()
This is the method called by theFinalizerHandler
when the finalizing work has to be done.- Specified by:
doFinalize
in interfaceFinalizer
-
-