public class ExecutionResult
extends java.lang.Object
| Constructor and Description |
|---|
ExecutionResult() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorOutput() |
java.lang.Throwable |
getExecutionError() |
java.lang.Integer |
getExitValue() |
java.lang.String |
getOutput() |
java.lang.Long |
getRuntime() |
void |
setErrorOutput(java.lang.String errorOutput) |
void |
setExecutionError(java.lang.Throwable executionError) |
void |
setExitValue(java.lang.Integer exitValue) |
void |
setOutput(java.lang.String output) |
void |
setRuntime(java.lang.Long runtime) |
java.lang.String |
toString() |
public java.lang.Integer getExitValue()
public void setExitValue(java.lang.Integer exitValue)
public java.lang.String getOutput()
public void setOutput(java.lang.String output)
public java.lang.String getErrorOutput()
public void setErrorOutput(java.lang.String errorOutput)
public java.lang.Throwable getExecutionError()
public void setExecutionError(java.lang.Throwable executionError)
public java.lang.Long getRuntime()
public void setRuntime(java.lang.Long runtime)
public java.lang.String toString()
toString in class java.lang.Object
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0