|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.common.util.secure.channel.Result
@Deprecated public class Result
Constructor Summary | |
---|---|
Result(String command,
int exitValue,
String stdin,
String stdout,
String stderr,
String encoding,
long start,
long stop)
Deprecated. |
Method Summary | |
---|---|
String |
getCommand()
Deprecated. |
long |
getElapsed()
Deprecated. |
String |
getEncoding()
Deprecated. |
int |
getExitValue()
Deprecated. |
long |
getStart()
Deprecated. |
String |
getStderr()
Deprecated. |
String |
getStdin()
Deprecated. |
String |
getStdout()
Deprecated. |
long |
getStop()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Result(String command, int exitValue, String stdin, String stdout, String stderr, String encoding, long start, long stop)
Method Detail |
---|
public String getEncoding()
public String getCommand()
public String getStdin()
public int getExitValue()
public String getStdout()
public String getStderr()
public long getStart()
public long getStop()
public long getElapsed()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |