Package com.day.util
Class TempFileFinalizer
- java.lang.Object
-
- com.day.util.TempFileFinalizer
-
-
Constructor Summary
Constructors Constructor Description TempFileFinalizer(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.
-
-
-
Constructor Detail
-
TempFileFinalizer
public TempFileFinalizer(File tempFile)
Create a newTempFileFinalizer
- Parameters:
tempFile
- the temp file
-
-
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
-
-