org.apache.commons.io

Class FileCleaningTracker.Reaper

Enclosing Class:
FileCleaningTracker

private final class FileCleaningTracker.Reaper
extends Thread

The reaper thread.

Constructor Summary

Reaper()
Construct a new Reaper

Method Summary

void
run()
Run the reaper thread that will delete files as their associated marker objects are reclaimed by the garbage collector.

Constructor Details

Reaper

(package private)  Reaper()
Construct a new Reaper

Method Details

run

public void run()
Run the reaper thread that will delete files as their associated marker objects are reclaimed by the garbage collector.