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
Modifier and TypeMethodDescriptionvoidprocessOption(char option, String value) Method that is called by the command line option parser when an option registered for the listener is found.
-
Method Details
-
processOption
Method that is called by the command line option parser when an option registered for the listener is found.- Throws:
CmdlineOptions.OptionsException
-