public class ProcResult extends Object
| Modifier and Type | Method and Description |
|---|---|
long |
getExecutionTime() |
int |
getExitValue() |
byte[] |
getOutputBytes() |
String |
getOutputString() |
String |
getProcString() |
public String getProcString()
public String getOutputString() throws IllegalStateException
IllegalStateException - if an OutputStream has been provided to captured the outputpublic byte[] getOutputBytes()
throws IllegalStateException
IllegalStateException - if an OutputStream has been provided to captured the outputpublic int getExitValue()
public long getExecutionTime()
Copyright © 2017. All rights reserved.