public class ProcessRunner extends Object
| Constructor and Description |
|---|
ProcessRunner() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
runProcess(String... command) |
static int |
runProcessAndGetResult(String... command) |
public static List<String> runProcess(String... command) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static int runProcessAndGetResult(String... command) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2016. All rights reserved.