Constructors
| Name | Description |
|---|---|
| Process() |
Methods
| Name | Description |
|---|---|
| destroy() | Kills the subprocess. |
| exitValue() | Returns the exit value for the subprocess. |
| getErrorStream() | Gets the error stream of the subprocess. |
| getInputStream() | Gets the input stream of the subprocess. |
| getOutputStream() | Gets the output stream of the subprocess. |
| waitFor() | Waits for the subprocess to complete. |