Class TempFileToucherTask

  • All Implemented Interfaces:
    Runnable

    public class TempFileToucherTask
    extends TimerTask
    A task that, periodically, updates the 'last modified' date of all files in the Jetty 'tmp' directories. This prevents operating systems from removing files that it thinks are unused.
    Author:
    Guus der Kinderen, guus.der.kinderen@gmail.com
    See Also:
    OF-1534
    • Constructor Detail

      • TempFileToucherTask

        public TempFileToucherTask​(org.eclipse.jetty.server.Server server)