Uses of Class
org.apache.commons.exec.ExecuteWatchdog.Builder
-
Packages that use ExecuteWatchdog.Builder Package Description org.apache.commons.exec The main Apache Commons Exec package. -
-
Uses of ExecuteWatchdog.Builder in org.apache.commons.exec
Methods in org.apache.commons.exec that return ExecuteWatchdog.Builder Modifier and Type Method Description static ExecuteWatchdog.BuilderExecuteWatchdog. builder()Creates a new builder.ExecuteWatchdog.BuilderExecuteWatchdog.Builder. setThreadFactory(java.util.concurrent.ThreadFactory threadFactory)Sets the thread factory.ExecuteWatchdog.BuilderExecuteWatchdog.Builder. setTimeout(java.time.Duration timeout)Sets the timeout duration.
-