Class FileCleaningTracker.Reaper

java.lang.Object
java.lang.Thread
org.apache.commons.io.FileCleaningTracker.Reaper
All Implemented Interfaces:
Runnable
Enclosing class:
FileCleaningTracker

private final class FileCleaningTracker.Reaper extends Thread
The reaper thread.
  • Constructor Details

    • Reaper

      Reaper()
      Constructs a new Reaper
  • Method Details

    • run

      public void run()
      Runs the reaper thread that will delete files as their associated marker objects are reclaimed by the garbage collector.
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread