|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectExecBean
public class ExecBean
ExecBean - The results of an exec call.
Field Summary | |
---|---|
int |
exitcode
|
String |
stderr
|
String |
stdout
|
Constructor Summary | |
---|---|
ExecBean()
|
|
ExecBean(String stdout,
String stderr,
int exitcode)
Create a new ExecBean. |
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String stdout
public String stderr
public int exitcode
Constructor Detail |
---|
public ExecBean()
public ExecBean(String stdout, String stderr, int exitcode)
stdout
- standard output of the the program.stderr
- error output of the the program.exitcode
- exit code of the program.Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |