Class CleanupFileSystemJob

All Implemented Interfaces:
FrankElement, HasApplicationContext, HasName, HasTransactionAttribute, IConfigurable, IScopeProvider, NameAware, ConfigurableLifecycle, IJob, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle

public class CleanupFileSystemJob extends AbstractJobDef
Frank!Framework job to empty files in a given directory that have been stale (untouched) for the given retention duration. See DirectoryCleaner for more info.
  • Constructor Details

    • CleanupFileSystemJob

      public CleanupFileSystemJob()
  • Method Details