public static class GrouperInstallerUtils.CommandResult extends Object
Constructor and Description |
---|
CommandResult(String _errorText,
String _outputText,
int _exitCode)
Create a container to hold the results of an execution.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public String getErrorText()
public String getOutputText()
public int getExitCode()
Copyright © 2016 Internet2. All rights reserved.