public static class Command.Result extends Object
Command.Result(int returnCode, byte[] stdout, byte[] stderr)
int
getReturnCode()
byte[]
getStderr()
getStdout()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Command.Result(int returnCode, byte[] stdout, byte[] stderr)
Command
returnCode
stdout
stderr
public int getReturnCode()
public byte[] getStdout()
public byte[] getStderr()