Download List

Project Description

JOpt Simple is a simple, test-driven command line
parser for Java programs. It supports POSIX
getopt() and GNU getopt_long().

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-01-08 15:37
4.4

A number of bugfixes and minor enhancements.

2011-11-27 07:34
4.3

This release introduces OptionSet.specs(), which gives a list of the specs corresponding to the options detected on a parse, in the order in which the options occurred on the command line.

2011-11-07 06:16
4.2

This release offers ArgumentAcceptingOptionSpec.defaultsTo(V[]) in addition to ArgumentAcceptingOptionSpec.defaultsTo(V, V...).

2011-10-20 10:43
4.1

This release allows short option clusters to contain options which can accept arguments. When such an option is encountered, the remaining characters in the cluster are treated as the argument to the option.

2011-10-17 01:21
4.0

This release adds the method OptionParser.formatHelpWith(HelpFormatter) to allow programmers to influence what help is printed with OptionParser.printHelpOn(). A HelpFormatter is handed a map, keyed by option text, whose values are OptionDescriptors that describe the options the parser has been configured with. The method OptionSet.hasOptions() has been added. This release is using SimpleDateFormat.toPattern() rather than SimpleDateFormat.toLocalizedPattern() in DateConverter.

Project Resources