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