|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface GrabProcessOutput.IProcessOutput
| Method Summary | |
|---|---|
void |
err(java.lang.String line)
Processes an stderr message line. |
void |
out(java.lang.String line)
Processes an stdout message line. |
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||