Class StartedProcess
java.lang.Object
org.zeroturnaround.exec.StartedProcess
Represents a process that has started. It may or may not have finished.
- Author:
- Rein Raudjärv
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfuture()Deprecated.process()Deprecated.usegetProcess()instead.
-
Constructor Details
-
StartedProcess
-
-
Method Details
-
getProcess
- Returns:
- the started process.
-
getFuture
- Returns:
- asynchronous result of the started process.
-
process
-
future
Deprecated.usegetFuture()instead.- Returns:
- asynchronous result of the started process.
-
getFuture()instead.