Package jsap: Information
Source package: jsap
Version: 2.1-alt2_3jpp5
Build time: Mar 30, 2013, 05:52 AM
Category: Development/Java
Report package bugHome page: http://www.martiansoftware.com/jsap/
License: LGPL
Summary: A Java-based Simple Argument Parser
Description:
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.
Maintainer: Igor Vlasenko
Last changed
March 29, 2013 Igor Vlasenko 0:2.1-alt2_3jpp5
- explicitly use junit3
Feb. 21, 2010 Igor Vlasenko 0:2.1-alt1_3jpp5
- new jpackage release
Dec. 21, 2007 Igor Vlasenko 0:2.0-alt1_1jpp1.7
- converted from JPackage by jppimport script