CommandExecutorpublic class Execute extends Object
| Constructor and Description |
|---|
Execute()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
execute(String command)
Deprecated.
Executes a command or program.
|
String |
execute(String[] command)
Deprecated.
Executes a command or program.
|
static void |
main(String[] args)
Deprecated.
Only for testing. I mean, why bother?
|
public String execute(String[] command)
command - An array of strings, in which teh first argument is the command to execute,
and the rest its parameterspublic String execute(String command)
command - the command to executepublic static void main(String[] args)
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}