org.apache.commons.io
Class FileCleaningTracker.Reaper
Thread
org.apache.commons.io.FileCleaningTracker.Reaper
- FileCleaningTracker
private final class FileCleaningTracker.Reaper
extends Thread
The reaper thread.
Reaper() - Construct a new Reaper
|
void | run() - Run the reaper thread that will delete files as their associated
marker objects are reclaimed by the garbage collector.
|
Reaper
(package private) Reaper()
Construct a new Reaper
run
public void run()
Run the reaper thread that will delete files as their associated
marker objects are reclaimed by the garbage collector.
Copyright (c) 2002-2009 Apache Software Foundation