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