public class ExecutionResult extends Object
ExecutionResult(Object result, String stdOut, String stdErr, int exitValue)
int
getExitValue()
Object
getResult()
String
getStdErr()
getStdOut()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ExecutionResult(Object result, String stdOut, String stdErr, int exitValue)
public String getStdOut()
public String getStdErr()
public int getExitValue()
public Object getResult()
public String toString()
toString
Copyright © 2015. All Rights Reserved.