Class FileCleaner

All Implemented Interfaces:
Runnable

public class FileCleaner extends WorkerThread
Created by The eXo Platform SAS.
Version:
$Id: FileCleaner.java 11907 2008-03-13 15:36:21Z ksm $
Author:
Gennady Azarenkov
  • Field Details

  • Constructor Details

    • FileCleaner

      public FileCleaner()
    • FileCleaner

      public FileCleaner(org.exoplatform.container.ExoContainerContext ctx)
    • FileCleaner

      public FileCleaner(long timeout)
    • FileCleaner

      public FileCleaner(String prefix, org.exoplatform.container.ExoContainerContext ctx, long timeout)
    • FileCleaner

      public FileCleaner(boolean start)
    • FileCleaner

      public FileCleaner(long timeout, boolean start)
    • FileCleaner

      public FileCleaner(String id, long timeout, boolean start)
  • Method Details