Package | Description |
---|---|
net.ontopia.utils |
Contains utility classes and generic interfaces.
|
Modifier and Type | Method and 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.
|