Class TempFolderCleaner

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void start()
      This method should not be renamed.
      void stop()
      This method should not be renamed.
      • Methods inherited from class java.lang.Object

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

      • TempFolderCleaner

        public TempFolderCleaner​(TempFolder defaultTempFolder)
    • Method Detail

      • start

        public void start()
        This method should not be renamed. It follows the naming convention defined by IoC container.
        Specified by:
        start in interface Startable
      • stop

        public void stop()
        This method should not be renamed. It follows the naming convention defined by IoC container.
        Specified by:
        stop in interface Startable