Uses of Class
net.ontopia.utils.CmdlineOptions.OptionsException
Packages that use CmdlineOptions.OptionsException
-
Uses of CmdlineOptions.OptionsException in net.ontopia.utils
Methods in net.ontopia.utils that throw CmdlineOptions.OptionsExceptionModifier and TypeMethodDescriptionvoidCmdlineOptions.parse()Parse the command line arguments and notify option listeners.voidCmdlineOptions.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.