|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Disposition | |
|---|---|
| org.marketcetera.util.exec | Process execution. |
| Uses of Disposition in org.marketcetera.util.exec |
|---|
| Methods in org.marketcetera.util.exec that return Disposition | |
|---|---|
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. |
| Methods in org.marketcetera.util.exec with parameters of type Disposition | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||