Class FolderCleanupService

  • All Implemented Interfaces:
    java.lang.Runnable

    public class FolderCleanupService
    extends java.lang.Object
    implements java.lang.Runnable
    Implements a folder cleanip servivce
    • Constructor Summary

      Constructors 
      Constructor Description
      FolderCleanupService​(java.nio.file.Path basePath, long lockFolderThreshold)
      Constructor for FolderCleanupService
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FolderCleanupService

        public FolderCleanupService​(java.nio.file.Path basePath,
                                    long lockFolderThreshold)
        Constructor for FolderCleanupService
        Parameters:
        basePath - the base path
        lockFolderThreshold - the lock folder threshold
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
        See Also:
        Runnable.run()