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 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.

2006-08-04 19:37 Back to release list
2.1

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.
標籤: Minor bugfixes

Project Resources