Uses of Interface
net.ontopia.utils.CmdlineOptions.ListenerIF
Packages that use CmdlineOptions.ListenerIF
-
Uses of CmdlineOptions.ListenerIF in net.ontopia.utils
Fields in net.ontopia.utils with type parameters of type CmdlineOptions.ListenerIFModifier and TypeFieldDescriptionprotected Map<Integer,CmdlineOptions.ListenerIF> CmdlineOptions.listenersMethods in net.ontopia.utils with parameters of type CmdlineOptions.ListenerIFModifier and TypeMethodDescriptionvoidCmdlineOptions.addLong(CmdlineOptions.ListenerIF listener, String name, char c) Add a long argumentless option with the specified listener.voidCmdlineOptions.addLong(CmdlineOptions.ListenerIF listener, String name, char c, boolean req_arg) Add a long option with argument with the specified listener.voidCmdlineOptions.addShort(CmdlineOptions.ListenerIF listener, char c) Add a short argumentless option with the specified listener.voidCmdlineOptions.addShort(CmdlineOptions.ListenerIF listener, char c, boolean req_arg) Add a short option with argument with the specified listener.