public class ExecutionResultImpl extends Object implements ExecutionResult
| Constructor and Description |
|---|
ExecutionResultImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Get the content (output) from the execute call
|
int |
getExitCode()
Get the exit code of the execute call
|
void |
setContent(String content) |
void |
setExitCode(int exitCode) |
String |
toString() |
public void setExitCode(int exitCode)
public int getExitCode()
ExecutionResultgetExitCode in interface ExecutionResultpublic void setContent(String content)
public String getContent()
ExecutionResultgetContent in interface ExecutionResultCopyright © 2016. All rights reserved.