options is a Java toolkit for parsing command line options. It focuses on ease-of-use. It uses annotations to declare valid options and takes care not to intrude on your class structure. It adheres to the GNU getopt style of options.
| Tags | Software Development Libraries Java Libraries |
|---|---|
| Licenses | LGPL |
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Release Notes: You can now use @Option on enum fields to get options which can only take on one of a limited set of values.


Release Notes: java.io.File and java.net.URL options are now supported.


No changes have been submitted for this release.