@Scriptable public final class ExecWrapper extends Object
Constructor and Description |
---|
ExecWrapper(String... p_params) |
Modifier and Type | Method and Description |
---|---|
int |
exec() |
String |
getStdErr()
Get the error output of the child process.
|
String |
getStdOut()
Get the standard output of the child process.
|
public ExecWrapper(String... p_params)
public int exec() throws IOException, InterruptedException
IOException
InterruptedException
public String getStdOut()
null
if
there was no such output.public String getStdErr()
null
if
there was no such output.