|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.util.GrouperClientCommonUtils.CommandResult
public static class GrouperClientCommonUtils.CommandResult
The results of executing a command.
Constructor Summary | |
---|---|
GrouperClientCommonUtils.CommandResult(String _errorText,
String _outputText,
int _exitCode)
Create a container to hold the results of an execution. |
Method Summary | |
---|---|
String |
getErrorText()
If any error text was generated by the call, it will be set here. |
int |
getExitCode()
If any exit code was generated by the call, it will be set here. |
String |
getOutputText()
If any output text was generated by the call, it will be set here. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GrouperClientCommonUtils.CommandResult(String _errorText, String _outputText, int _exitCode)
_errorText
- _outputText
- _exitCode
- Method Detail |
---|
public String getErrorText()
public String getOutputText()
public int getExitCode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |