public static interface CmdlineOptions.ListenerIF
Modifier and Type | Method and Description |
---|---|
void |
processOption(char option,
String value)
Method that is called by the command line option parser when an
option registered for the listener is found.
|
void processOption(char option, String value) throws CmdlineOptions.OptionsException
CmdlineOptions.OptionsException