public final class ProcessInfo extends Object
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getExitCode()
Getter for a process exit code.
|
String |
getProcessErrOutput()
Getter for an error process output.
|
String |
getProcessStdOutput()
Getter for a standard process output.
|
public ProcessInfo(int exitCode,
String processStdOutput,
String processErrOutput)
exitCode - exit code of the process.
processStdOutput - the standard output of the process.
processErrOutput - the error output of the process.
public int getExitCode()
public String getProcessStdOutput()
public String getProcessErrOutput()
Copyright © 1998–2022 iText Group NV. All rights reserved.