public interface ScriptOutputHandler
| Modifier and Type | Method and Description |
|---|---|
void |
processScriptOutput(java.io.InputStream output)
Processes the script output represented by the InputStream.
|
void processScriptOutput(java.io.InputStream output)
throws java.io.IOException
output - the stream of output from the script.java.io.IOException - if there are problems reading the output.