Uses of Class
org.apache.commons.exec.ExecuteWatchdog
-
Packages that use ExecuteWatchdog Package Description org.apache.commons.exec The main Apache Commons Exec package. -
-
Uses of ExecuteWatchdog in org.apache.commons.exec
Methods in org.apache.commons.exec that return ExecuteWatchdog Modifier and Type Method Description ExecuteWatchdogExecuteWatchdog.Builder. get()Creates a new configured ExecuteWatchdog.ExecuteWatchdogDefaultExecutor. getWatchdog()ExecuteWatchdogExecutor. getWatchdog()Gets the watchdog used to kill of processes running, typically, too long time.Methods in org.apache.commons.exec with parameters of type ExecuteWatchdog Modifier and Type Method Description voidDefaultExecutor. setWatchdog(ExecuteWatchdog watchdog)voidExecutor. setWatchdog(ExecuteWatchdog watchDog)Sets the watchdog used to kill of processes running, typically, too long time.
-