Package org.zeroturnaround.exec
Class StartedProcess
java.lang.Object
org.zeroturnaround.exec.StartedProcess
Represents a process that has started. It may or may not have finished.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Future
<ProcessResult> The asynchronous result of the started process.private final Process
The sub process started. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfuture()
Deprecated.process()
Deprecated.usegetProcess()
instead.
-
Field Details
-
process
The sub process started. -
future
The asynchronous result of the started process.
-
-
Constructor Details
-
StartedProcess
-
-
Method Details
-
getProcess
- Returns:
- the started process.
-
getFuture
- Returns:
- asynchronous result of the started process.
-
process
Deprecated.usegetProcess()
instead.- Returns:
- the started process.
-
future
Deprecated.usegetFuture()
instead.- Returns:
- asynchronous result of the started process.
-
getFuture()
instead.