protected static class ManifoldCF.FileTrack extends Object implements IShutdownHook
Modifier and Type | Field and Description |
---|---|
protected Set<File> |
filesToDelete
Set of File objects
|
Constructor and Description |
---|
ManifoldCF.FileTrack()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addFile(File f)
Add a file to track
|
void |
deleteFile(File f)
Delete a file
|
void |
doCleanup(IThreadContext threadContext)
Delete all remaining files
|
protected void |
finalize()
Finalizer, which is designed to catch class unloading that tomcat 5.5 does.
|
public void addFile(File f)
public void deleteFile(File f)
public void doCleanup(IThreadContext threadContext) throws ManifoldCFException
doCleanup
in interface IShutdownHook
ManifoldCFException