public class ExecutorAssist extends Object
| Constructor and Description |
|---|
ExecutorAssist() |
| Modifier and Type | Method and Description |
|---|---|
static int |
execute(File workingDir,
org.apache.commons.exec.CommandLine commandLine) |
static int |
execute(File workingDir,
org.apache.commons.exec.CommandLine commandLine,
Map environment) |
static Future<Integer> |
executeAsync(File workingDir,
org.apache.commons.exec.CommandLine commandLine,
Map environment) |
public static int execute(File workingDir, org.apache.commons.exec.CommandLine commandLine, Map environment) throws IOException
IOExceptionpublic static Future<Integer> executeAsync(File workingDir, org.apache.commons.exec.CommandLine commandLine, Map environment)
public static int execute(File workingDir, org.apache.commons.exec.CommandLine commandLine) throws IOException
IOExceptionCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.