Uses of Class
net.ontopia.utils.CmdlineOptions.OptionsException
-
Packages that use CmdlineOptions.OptionsException Package Description net.ontopia.utils Contains utility classes and generic interfaces. -
-
Uses of CmdlineOptions.OptionsException in net.ontopia.utils
Methods in net.ontopia.utils that throw CmdlineOptions.OptionsException Modifier and Type Method Description void
CmdlineOptions. parse()
Parse the command line arguments and notify option listeners.void
CmdlineOptions.ListenerIF. processOption(char option, String value)
Method that is called by the command line option parser when an option registered for the listener is found.
-