edu.internet2.middleware.grouperClient.config
Class ConfigPropertiesCascadeCommonUtils.CommandResult

java.lang.Object
  extended by edu.internet2.middleware.grouperClient.config.ConfigPropertiesCascadeCommonUtils.CommandResult
Enclosing class:
ConfigPropertiesCascadeCommonUtils

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

The results of executing a command.


Constructor Summary
ConfigPropertiesCascadeCommonUtils.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

ConfigPropertiesCascadeCommonUtils.CommandResult

public ConfigPropertiesCascadeCommonUtils.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