public static interface CmdExecuter.ExecuteAfterFinish
| Modifier and Type | Method and Description |
|---|---|
void |
exec(int errorcode,
java.lang.Appendable out,
java.lang.Appendable err)
Gets the Appendable given by the execute invocation.
|
void exec(int errorcode,
java.lang.Appendable out,
java.lang.Appendable err)
out - contains the process output. null if the output was not captured.err - contains the process error output. null if the output was not captured.