Package | Description |
---|---|
org.apache.oodt.commons.exec |
Modifier and Type | Method and Description |
---|---|
static ExecHelper |
ExecHelper.exec(String[] cmdarray)
Executes the specified command and arguments in a separate process, and
waits for the process to finish.
|
static ExecHelper |
ExecHelper.exec(String[] cmdarray,
String charset)
Executes the specified command and arguments in a separate process, and
waits for the process to finish.
|
static ExecHelper |
ExecHelper.exec(String[] cmdarray,
String[] envp)
Executes the specified command and arguments in a separate process, and
waits for the process to finish.
|
static ExecHelper |
ExecHelper.exec(String[] cmdarray,
String[] envp,
File dir)
Executes the specified command and arguments in a separate process, and
waits for the process to finish.
|
static ExecHelper |
ExecHelper.exec(String[] cmdarray,
String[] envp,
File dir,
String charset)
Executes the specified command and arguments in a separate process, and
waits for the process to finish.
|
static ExecHelper |
ExecHelper.exec(String[] cmdarray,
String[] envp,
String charset)
Executes the specified command and arguments in a separate process, and
waits for the process to finish.
|
static ExecHelper |
ExecHelper.execUsingShell(String command)
Executes the specified command using a shell.
|
static ExecHelper |
ExecHelper.execUsingShell(String command,
String charset)
Executes the specified command using a shell.
|
Copyright © 1999–2017 Apache OODT. All rights reserved.