| Package | Description |
|---|---|
| org.marketcetera.util.exec |
Process execution.
|
| Modifier and Type | Method and Description |
|---|---|
static Disposition |
Disposition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Disposition[] |
Disposition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ExecResult |
Exec.run(File directory,
Disposition disposition,
String... args)
Executes the process with the given arguments and returns the
execution result.
|
static ExecResult |
Exec.run(String name,
Disposition disposition,
String... args)
Executes the process with the given arguments and returns the
execution result.
|
Copyright © 2015. All Rights Reserved.