public class ExecutorService extends Object
Constructor and Description |
---|
ExecutorService() |
Modifier and Type | Method and Description |
---|---|
static int |
executeCommandLine(org.apache.commons.exec.Executor exec,
org.apache.commons.exec.CommandLine commandLine,
Properties enviro,
OutputStream out,
OutputStream err,
InputStream in) |
static org.apache.commons.exec.CommandLine |
getExecutablePath(String executableName,
Properties enviro,
File dir) |
static Properties |
getSystemEnvVars() |
public static Properties getSystemEnvVars() throws IOException
IOException
public static org.apache.commons.exec.CommandLine getExecutablePath(String executableName, Properties enviro, File dir)
public static int executeCommandLine(org.apache.commons.exec.Executor exec, org.apache.commons.exec.CommandLine commandLine, Properties enviro, OutputStream out, OutputStream err, InputStream in) throws org.apache.commons.exec.ExecuteException, IOException
org.apache.commons.exec.ExecuteException
IOException
Copyright © 2010–2017 Neticoa SAS. All rights reserved.