public class ExecAction extends Action
| Constructor and Description |
|---|
ExecAction(String[] args) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processCommand(String[] args)
Process the command line arguments
|
int |
run()
Runs the action
|
public ExecAction(String[] args)
protected void processCommand(String[] args)
ActionprocessCommand in class Actionargs - the command line argumentsThis documentation was released into the public domain.