Share

JOpt Simple

File Release Notes and Changelog

Release Name: jopt-simple-2.0

Notes:
* Introduces a "domain-specific language" API for specifying options for an option parser to recognize. The old methods for option specification still work--you need not convert to the new methods.

* Adds the ability to specify that option arguments should be converted to specific types. You can do this either with the old option specification methods or with the new domain-specific language API.

* Deprecated OptionParser.requiresArg in favor of OptionParser.requiredArg--the new name seems to read better.

Changes: * Introduces a "domain-specific language" API for specifying options for an option parser to recognize. The old methods for option specification still work--you need not convert to the new methods. * Adds the ability to specify that option arguments should be converted to specific types. You can do this either with the old option specification methods or with the new domain-specific language API. * Deprecated OptionParser.requiresArg in favor of OptionParser.requiredArg--the new name seems to read better.