Class TempFileMaintenance

java.lang.Object
net.datenwerke.gf.service.tempfile.maintenance.TempFileMaintenance
All Implemented Interfaces:
MaintenanceTask, Hook
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

public class TempFileMaintenance extends Object implements MaintenanceTask
  • Constructor Details

    • TempFileMaintenance

      public TempFileMaintenance(<any> tempDir, <any> lifeSpan)
  • Method Details

    • performMaintenance

      public void performMaintenance()
      Description copied from interface: MaintenanceTask
      Callback called by the maintenance thread. The method should preferably not throw exceptions.
      Specified by:
      performMaintenance in interface MaintenanceTask