Uses of Interface
net.ontopia.utils.CmdlineOptions.ListenerIF
-
Packages that use CmdlineOptions.ListenerIF Package Description net.ontopia.utils Contains utility classes and generic interfaces. -
-
Uses of CmdlineOptions.ListenerIF in net.ontopia.utils
Fields in net.ontopia.utils with type parameters of type CmdlineOptions.ListenerIF Modifier and Type Field Description protected Map<Integer,CmdlineOptions.ListenerIF>
CmdlineOptions. listeners
Methods in net.ontopia.utils with parameters of type CmdlineOptions.ListenerIF Modifier and Type Method Description void
CmdlineOptions. addLong(CmdlineOptions.ListenerIF listener, String name, char c)
Add a long argumentless option with the specified listener.void
CmdlineOptions. addLong(CmdlineOptions.ListenerIF listener, String name, char c, boolean req_arg)
Add a long option with argument with the specified listener.void
CmdlineOptions. addShort(CmdlineOptions.ListenerIF listener, char c)
Add a short argumentless option with the specified listener.void
CmdlineOptions. addShort(CmdlineOptions.ListenerIF listener, char c, boolean req_arg)
Add a short option with argument with the specified listener.
-