public interface ArgumentHandler
Modifier and Type | Method and Description |
---|---|
void |
handleArgument(Argument arg,
String form,
String[] params)
Process the argument values specified.
|
void handleArgument(Argument arg, String form, String[] params) throws UsageException
arg
- argument definitionform
- form which was used on the command lineparams
- parameters supplied to the argumentUsageException
- when usage was suboptimal