|
iText 8.0.5 API
|
Class contains a process information, such as process exit code and process output. More...
Public Member Functions |
|
| ProcessInfo (int exitCode, String processStdOutput, String processErrOutput) | |
| Create a new instance, containing a process information, such as process exit code, process standard and error outputs. More... |
|
| int | GetExitCode () |
| Getter for a process exit code. More... |
|
| String | GetProcessStdOutput () |
| Getter for a standard process output. More... |
|
| String | GetProcessErrOutput () |
| Getter for an error process output. More... |
|
Class contains a process information, such as process exit code and process output.
|
inline |
Create a new instance, containing a process information, such as process exit code, process standard and error outputs.
| exitCode | exit code of the process. |
| processStdOutput | the standard output of the process. |
| processErrOutput | the error output of the process. |
|
inline |
Getter for a process exit code.
|
inline |
Getter for an error process output.
|
inline |
Getter for a standard process output.