|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.enterprise.adaptor.prebuilt.Command.Result
public static class Command.Result
Result data from an invocation
Constructor Summary | |
---|---|
Command.Result(int returnCode,
byte[] stdout,
byte[] stderr)
Construct a result. |
Method Summary | |
---|---|
int |
getReturnCode()
|
byte[] |
getStderr()
Returns internal byte array without copying. |
byte[] |
getStdout()
Returns internal byte array without copying. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Command.Result(int returnCode, byte[] stdout, byte[] stderr)
Command
.
Method Detail |
---|
public int getReturnCode()
public byte[] getStdout()
public byte[] getStderr()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |