edu.internet2.middleware.grouperClient.util
Class GrouperClientCommonUtils.CommandResult

java.lang.Object
  extended by edu.internet2.middleware.grouperClient.util.GrouperClientCommonUtils.CommandResult
Enclosing class:
GrouperClientCommonUtils

public static class GrouperClientCommonUtils.CommandResult
extends java.lang.Object

The results of executing a command.


Constructor Summary
GrouperClientCommonUtils.CommandResult(java.lang.String _errorText, java.lang.String _outputText, int _exitCode)
          Create a container to hold the results of an execution.
 
Method Summary
 java.lang.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.
 java.lang.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

GrouperClientCommonUtils.CommandResult

public GrouperClientCommonUtils.CommandResult(java.lang.String _errorText,
                                              java.lang.String _outputText,
                                              int _exitCode)
Create a container to hold the results of an execution.

Parameters:
_errorText -
_outputText -
_exitCode -
Method Detail

getErrorText

public java.lang.String getErrorText()
If any error text was generated by the call, it will be set here.

Returns:
the errorText

getOutputText

public java.lang.String getOutputText()
If any output text was generated by the call, it will be set here.

Returns:
the outputText

getExitCode

public int getExitCode()
If any exit code was generated by the call, it will be set here.

Returns:
the exitCode