Uses of Class
org.apache.commons.exec.ExecuteWatchdog
-
Uses of ExecuteWatchdog in org.apache.commons.exec
Modifier and TypeMethodDescriptionExecuteWatchdog.Builder.get()
Creates a new configured ExecuteWatchdog.DefaultExecutor.getWatchdog()
Executor.getWatchdog()
Gets the watchdog used to kill of processes running, typically, too long time.Modifier and TypeMethodDescriptionvoid
DefaultExecutor.setWatchdog
(ExecuteWatchdog watchdog) void
Executor.setWatchdog
(ExecuteWatchdog watchDog) Sets the watchdog used to kill of processes running, typically, too long time.