public interface CLIModule
The user can provide an action keyword as first argument. This will invoke the
corresponding CLIModule, which has its own set of options and will do
a specific job.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActionKeyword()
Get the action keyword that the user needs to provide as first command
line argument to invoke this module.
|
void |
processArguments(java.lang.String[] argArray)
Process the remaining command line arguments and run any of the requested actions.
|
java.lang.String getActionKeyword()
void processArguments(java.lang.String[] argArray)
argArray - command line arguments without the initial action keyword