Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
jsap: A Java-based Simple Argument Parser
- Summary
- JSAP not only syntactically validates your program's command line
arguments, but it converts those arguments into objects you specify. If you
tell JSAP that one of your parameters is an Integer, for example, and the
user does not provide a String that can be converted to an Integer when
invoking the program, JSAP will throw a ParseException when you have it
parse the command line. If no exception is thrown, you are guaranteed an
Integer when you request that parameter's value from your program. 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.
Arch: noarch
Download: | jsap-2.0-1jpp.noarch.rpm |
Build Date: | Tue Jun 21 08:30:32 2005 |
Packager: | Sebastiano Vigna <vigna at acm.org> |
Size: | 70 KiB |
Arch: noarch
Download: | jsap-2.0-1jpp.src.rpm |
Build Date: | Tue Jun 21 08:30:32 2005 |
Packager: | Sebastiano Vigna <vigna at acm.org> |
Size: | 1.22 MiB |
Changelog
- * Tue Jun 21 12:00:00 2005 Sebastiano Vigna <vigna{%}acm{*}org> 0:2.0-1jpp
-
- Updated to 2.0--many new features
- * Wed Mar 16 11:00:00 2005 Sebastiano Vigna <vigna{%}acm{*}org> 0:1.03a-1jpp
-
- First JPackage version