Download List

项目描述

JSAP (Java Simple Argument Parser) not only
syntactically validates your program's commandline
arguments, but it converts those arguments into
objects you specify. There's a pretty big (and
growing) list of return types suppored by JSAP,
including Integers, Floats, Dates, URLs, and even
java.awt.Colors; you can also add your own in a
matter of minutes. Cascading configuration files
can provide arguments not supplied at the command
line, and a custom ANT task is included to
generate a JSAP class based on your commandline
configuration.

系统要求

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.

2006-08-04 19:37
2.1

这是一个早就应该释放缺陷修复。依赖的JRE 1.5已被删除(它工作)的1.4了。 “ - ”和“ - ”可以作为取消标帜提供的选项值。使用“- v =值”的语法分析已得到修复。阿QualifiedSwitch错误,在一个没有价值的时候指定了导致异常是固定的。 getUsageName()是固定FlaggedOptions。 unregisterParameter()现在工作的交换机。
标签: Minor bugfixes
This is a long overdue bugfix release. The JRE 1.5 dependency has been removed (it works with 1.4 again). "-" and "--" can be supplied as unflagged option values. "-v=value" syntax parsing has been fixed. A QualifiedSwitch bug that resulted in an exception when no value was specified is fixed. getUsageName() is fixed for FlaggedOptions. unregisterParameter() now works for switches.

2005-07-25 15:32
2.0a

一个尴尬的错误,在汽车,导致意外的字符生成帮助产量是固定的。在FileStringParser妨碍执行的mustExist(),mustBeFile()和mustBeDirectory()被修复的错误。
标签: Minor bugfixes
An embarrassing bug that resulted in unexpected
characters in auto-generated help output was
fixed. Bugs in FileStringParser that prevented
enforcement of mustExist(), mustBeFile(), and
mustBeDirectory() were fixed.

2005-06-21 16:56
2.0

一种新的布局选项的帮助,以避免增加了长选项说明问题。该SimpleJSAP类被添加到加快共同配置。 StringParsers增加了。大部分StringParsers单身人士加入,以避免不必要的对象创建。参数的默认值为正表示,在自动生成的帮助。没有空间短选项,一拉慈善getopt的,增加了(“- B5轿车”==“,买5”)。阿手段,以确定是否已指定一个值由用户或默认情况下取得的加入。实验的XML上述方案配置的支持增加了。几个小错误修正和文件作出更正。
标签: Major feature enhancements
A new layout for option help was added to avoid
problems with long option descriptions. The
SimpleJSAP class was added to speed up common
configurations. StringParsers were added.
Singletons of most StringParsers were added to
avoid unnecessary object creation. Default values
for parameters are now indicated in auto-generated
help. No-space short options, a la GNU getopt,
were added ("-b5" == "-b 5"). A means to determine
whether a value was specified by a user or
obtained by default was added. Experimental XML
support for JSAP configuration was added. Several
minor bugfixes and documentation corrections were
made.

2004-03-08 19:23
1.03a

阿牛皮纸袋在生成脚本文件,在破碎,导致错误已被修复一个NullPointerException可能出现的帮助文本一代已得到修复。
标签: Minor bugfixes
A brown-paper-bag bug in the build script that resulted in broken documentation has been fixed A NullPointerException that could arise in the generation of help text has been fixed.

2004-02-25 14:48
1.0.3

变化包括一个新的交换机类型(QualifiedSwitch),新StringParsers,极大地提高文件,许多小的调整,以及改变遵循LGPL许可(与澄清纳入决策未经修改的二进制/再分配安全为您的项目)。
标签: Minor feature enhancements
Changes include a new switch type
(QualifiedSwitch), new StringParsers, dramatically
improved documentation, many minor tweaks, and a
license change to LGPL (with a clarification
making unmodified binary inclusion/redistribution
safe for your projects).

Project Resources