public static class ConfigPropertiesCascadeCommonUtils.CommandResult
extends java.lang.Object
Constructor and Description |
---|
ConfigPropertiesCascadeCommonUtils.CommandResult(java.lang.String _errorText,
java.lang.String _outputText,
int _exitCode)
Create a container to hold the results of an execution.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public ConfigPropertiesCascadeCommonUtils.CommandResult(java.lang.String _errorText, java.lang.String _outputText, int _exitCode)
_errorText
- _outputText
- _exitCode
- public java.lang.String getErrorText()
public java.lang.String getOutputText()
public int getExitCode()