Package net.ontopia.utils
Interface CmdlineOptions.ListenerIF
-
- Enclosing class:
- CmdlineOptions
public static interface CmdlineOptions.ListenerIF
INTERNAL: A listener interface that must be implemented by object that are interested in options found by the CmdlineOptions instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
processOption
void processOption(char option, String value) throws CmdlineOptions.OptionsException
Method that is called by the command line option parser when an option registered for the listener is found.- Throws:
CmdlineOptions.OptionsException
-
-