Class CleanupFileSystemJob

All Implemented Interfaces:
HasTransactionAttribute, IConfigurable, IConfigurationAware, INamedObject, IScopeProvider, IJob, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class CleanupFileSystemJob extends JobDef
  • Constructor Details

    • CleanupFileSystemJob

      public CleanupFileSystemJob()
  • Method Details

    • execute

      public void execute()
      Description copied from interface: IJob
      Actual implementation of the IJob. Is wrapped around a Locker and exceptions will be managed automatically.
    • addDirectoryCleaner

      public void addDirectoryCleaner(DirectoryCleaner directoryCleaner)