Package org.wildfly.core.jar.boot
Class CleanupProcessor
- java.lang.Object
-
- org.wildfly.core.jar.boot.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 Summary
Constructors Constructor Description CleanupProcessor()
-