Package org.apache.commons.exec
Class DaemonExecutor.Builder
java.lang.Object
org.apache.commons.exec.DefaultExecutor.Builder<DaemonExecutor.Builder>
org.apache.commons.exec.DaemonExecutor.Builder
- All Implemented Interfaces:
Supplier<DefaultExecutor>
- Enclosing class:
DaemonExecutor
Constructs a new builder.
- Since:
- 1.4.0
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.commons.exec.DefaultExecutor.Builder
setExecuteStreamHandler, setThreadFactory, setWorkingDirectory
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
get
Creates a new configured DaemonExecutor.- Specified by:
get
in interfaceSupplier<DefaultExecutor>
- Overrides:
get
in classDefaultExecutor.Builder<DaemonExecutor.Builder>
- Returns:
- a new configured DaemonExecutor.
-