public static class RuntimeExec.ExecutionResult extends Object
Modifier and Type | Method and Description |
---|---|
int |
getExitValue() |
String |
getStdErr() |
String |
getStdOut() |
boolean |
getSuccess() |
boolean |
killProcess()
A helper method to force a kill of the process that generated this result.
|
String |
toString() |
public boolean killProcess()
public boolean getSuccess()
public int getExitValue()
public String getStdOut()
public String getStdErr()
Copyright © 2005–2015 Alfresco Software. All rights reserved.