public class ProcessResult
extends Object
implements Iterable<String>
| Constructor and Description |
|---|
ProcessResult(String cmd,
int result,
String output,
String error,
long time) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCmd() |
int |
getResult() |
String |
getStderr() |
String |
getStdout() |
long |
getTime() |
Iterator<String> |
iterator() |
boolean |
succeeded() |
String |
toString() |
public ProcessResult(String cmd,
int result,
String output,
String error,
long time)
public Iterator<String> iterator()
iterator in interface Iterable<String>public String getCmd()
public int getResult()
public boolean succeeded()
public String getStderr()
public String getStdout()
public long getTime()
public String toString()
toString in class Object