Package jsap: Information
Source package: jsap
Version: 2.1-alt2_18.3jpp11
Build time: Jun 5, 2021, 01:16 PM in the task #273682
Category: Development/Java
Report package bugHome page: http://www.martiansoftware.com/jsap/
License: LGPLv3+
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 supported 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
June 5, 2021 Igor Vlasenko 0:2.1-alt2_18.3jpp11
- new version
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