Package | Description |
---|---|
net.ontopia.utils |
Contains utility classes and generic interfaces.
|
Modifier and Type | Field and Description |
---|---|
protected Map<Integer,CmdlineOptions.ListenerIF> |
CmdlineOptions.listeners |
Modifier and Type | Method and 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.
|