Class ConfigPropertiesCascadeCommonUtils.CommandResult

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

public static class ConfigPropertiesCascadeCommonUtils.CommandResult extends Object
The results of executing a command.
  • Constructor Details

    • CommandResult

      public CommandResult(String _errorText, String _outputText, int _exitCode)
      Create a container to hold the results of an execution.
      Parameters:
      _errorText -
      _outputText -
      _exitCode -
  • Method Details

    • getErrorText

      public String getErrorText()
      If any error text was generated by the call, it will be set here.
      Returns:
      the errorText
    • getOutputText

      public 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