public static interface GrabProcessOutput.IProcessOutput
| Modifier and Type | Method and Description |
|---|---|
void |
err(java.lang.String line)
Processes an stderr message line.
|
void |
out(java.lang.String line)
Processes an stdout message line.
|
void out(@Nullable
java.lang.String line)
line - The stdout message line. Null when the reader reached the end of stdout.void err(@Nullable
java.lang.String line)
line - The stderr message line. Null when the reader reached the end of stderr.