public static class ProcessRunner.ProcessResult
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
ProcessResult(int existCode,
java.lang.String output) |
| Modifier and Type | Method and Description |
|---|---|
int |
getExitCode()
Returns process exit code.
|
java.lang.String |
getOutput()
Returns process output.
|
Copyright © 2003-present Jodd Team