Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37503863
en ru br
ALT Linux repos
S:2.1-alt2_18.3jpp11
5.0: 2.0-alt1_1jpp1.7
4.1: 2.0-alt1_1jpp1.7
4.0: 2.0-alt1_1jpp1.7

Group :: Development/Java
RPM: jsap

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.1-alt2_18.3jpp11
Build date: 5 june 2021, 06:55 ( 150.6 weeks ago )
Size: 1273.57 Kb

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

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • jsap
  • jsap-doc
  • jsap-javadoc
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin