public class ProcessOutput
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
java.lang.StringBuffer | 
err
process error output 
 | 
int | 
exit
process exit value 
 | 
java.lang.StringBuffer | 
out
process normal output 
 | 
| Constructor and Description | 
|---|
ProcessOutput()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
toString()  |