|
Groovy JDK | |||||||||
| Method Summary | |
|---|---|
Process
|
execute()
Executes the command specified by the String array that is the parameter
The first item in the array is the command the others are the parameters
control over the process mechanism in JDK 1
java
|
| Method Detail |
|---|
public Process execute()
String array that is the parameter.
The first item in the array is the command the others are the parameters. For more
control over the process mechanism in JDK 1.5 you can use
java.lang.ProcessBuilder.
|
Groovy JDK | |||||||||