Package | Description |
---|---|
net.sf.kdgcommons.util |
Everything that didn't fit someplace better.
|
Modifier and Type | Method and Description |
---|---|
SimpleCLIParser.OptionDefinition |
SimpleCLIParser.getDefinition(Object key)
Returns a single option definition, by key,
null if
there's no such definition. |
Modifier and Type | Method and Description |
---|---|
List<SimpleCLIParser.OptionDefinition> |
SimpleCLIParser.getAllDefinitions()
Returns the complete list of option definitions.
|
Constructor and Description |
---|
SimpleCLIParser(String[] argv,
SimpleCLIParser.OptionDefinition... optionDefs)
Processes the supplied list of arguments into options, option params,
and non-options.
|