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