Uses of Class
org.apache.commons.exec.ExecuteWatchdog.Builder
Packages that use ExecuteWatchdog.Builder
- 
Uses of ExecuteWatchdog.Builder in org.apache.commons.execMethods in org.apache.commons.exec that return ExecuteWatchdog.BuilderModifier and TypeMethodDescriptionstatic ExecuteWatchdog.BuilderExecuteWatchdog.builder()Creates a new builder.ExecuteWatchdog.Builder.setThreadFactory(ThreadFactory threadFactory) Sets the thread factory.ExecuteWatchdog.Builder.setTimeout(Duration timeout) Sets the timeout duration.