org.apache.commons.io

Class FileCleaningTracker.Reaper

private final class FileCleaningTracker.Reaper extends Thread

The reaper thread.
Constructor Summary
Reaper()
Construct a new Reaper
Method Summary
voidrun()
Run the reaper thread that will delete files as their associated marker objects are reclaimed by the garbage collector.

Constructor Detail

Reaper

Reaper()
Construct a new Reaper

Method Detail

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-2011 Apache Software Foundation