Download List

Descripción del Proyecto

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

Una serie de correcciones de errores y mejoras menores.
A number of bugfixes and minor enhancements.

2011-11-27 07:34
4.3

Esta versión introduce OptionSet.specs(), que da una lista de las especificaciones correspondientes a las opciones que se detecta en un análisis, en el orden en que ocurrieron las opciones en la línea de comandos.
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

Esta versión ofrece ArgumentAcceptingOptionSpec.defaultsTo(V[]) a ArgumentAcceptingOptionSpec.defaultsTo (V, V...).
This release offers ArgumentAcceptingOptionSpec.defaultsTo(V[]) in addition to ArgumentAcceptingOptionSpec.defaultsTo(V, V...).

2011-10-20 10:43
4.1

Esta versión permite opción corta clusters contienen opciones que pueden aceptar argumentos. Cuando se encuentra dicha opción, los caracteres restantes del clúster son tratados como argumento de la opción.
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

Esta versión incorpora el método OptionParser.formatHelpWith(HelpFormatter) para permitir a influir en lo que ayudan a los programadores se imprime con OptionParser.printHelpOn(). Un HelpFormatter se entrega un mapa, eliminado por el texto de la opción, cuyos valores son OptionDescriptors que describen las opciones con que del analizador se ha configurado. Se ha añadido el método OptionSet.hasOptions(). Esta versión está utilizando SimpleDateFormat.toPattern() en lugar de SimpleDateFormat.toLocalizedPattern() en DateConverter.
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