public class ProcessRunner extends Object
| Constructor and Description |
|---|
ProcessRunner(String[] cmd) |
| Modifier and Type | Method and Description |
|---|---|
String |
getError() |
String |
getOut() |
ProcessState |
run(byte[] in,
OutputStream redirection) |
ProcessState |
run(byte[] in,
OutputStream redirection,
File dir) |
public ProcessRunner(String[] cmd)
public ProcessState run(byte[] in, OutputStream redirection)
public ProcessState run(byte[] in, OutputStream redirection, File dir)
public final String getError()
public final String getOut()
Copyright © 2017. All rights reserved.