public class SystemCommandHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
processFor(File buildDir,
String... args) |
static String |
readFor(File buildDir,
String... args) |
static int |
runFor(File buildDir,
String... args) |
public static void processFor(File buildDir, String... args) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static int runFor(File buildDir, String... args) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static String readFor(File buildDir, String... args) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2004–2018. All rights reserved.