Uses of Interface
org.zeroturnaround.exec.stop.ProcessStopper
Packages that use ProcessStopper
-
Uses of ProcessStopper in org.zeroturnaround.exec
Methods in org.zeroturnaround.exec with parameters of type ProcessStopperModifier and TypeMethodDescriptionProcessExecutor.stopper(ProcessStopper stopper) Sets the helper for stopping the process in case of timeout or cancellation. -
Uses of ProcessStopper in org.zeroturnaround.exec.stop
Classes in org.zeroturnaround.exec.stop that implement ProcessStopperModifier and TypeClassDescriptionclassDefaultProcessStopperimplementation that just invokesProcess.destroy().classProcessStopperimplementation that does nothing - it keeps the process running.Fields in org.zeroturnaround.exec.stop declared as ProcessStopperModifier and TypeFieldDescriptionstatic final ProcessStopperDestroyProcessStopper.INSTANCESingleton instance of theDestroyProcessStopper.static final ProcessStopperNopProcessStopper.INSTANCESingleton instance of theNopProcessStopper.