public class ExecutionResult extends Object
Constructor and Description |
---|
ExecutionResult() |
Modifier and Type | Method and Description |
---|---|
String |
getErrorOutput() |
Throwable |
getExecutionError() |
Integer |
getExitValue() |
String |
getOutput() |
Long |
getRuntime() |
void |
setErrorOutput(String errorOutput) |
void |
setExecutionError(Throwable executionError) |
void |
setExitValue(Integer exitValue) |
void |
setOutput(String output) |
void |
setRuntime(Long runtime) |
String |
toString() |
public Integer getExitValue()
public void setExitValue(Integer exitValue)
public String getOutput()
public void setOutput(String output)
public String getErrorOutput()
public void setErrorOutput(String errorOutput)
public Throwable getExecutionError()
public void setExecutionError(Throwable executionError)
public Long getRuntime()
public void setRuntime(Long runtime)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.