Package org.zeroturnaround.exec.stop
-
Interface Summary Interface Description ProcessStopper Abstraction for stopping sub processes. -
Class Summary Class Description DestroyProcessStopper DefaultProcessStopper
implementation that just invokesProcess.destroy()
.NopProcessStopper ProcessStopper
implementation that does nothing - it keeps the process running.