Class CleanupProcessor


  • public class CleanupProcessor
    extends Object
    An entry point that expects a first parameter of an install directory and a second parameter of the number of retries used to delete the install directory.

    The retries are used for cases where a process may still have files locked and this process is executed before the process has fully exited. A 0.5 second sleep will happen between each retry.

    Author:
    James R. Perkins
    • Constructor Detail

      • CleanupProcessor

        public CleanupProcessor()