Package jsap: Information

    Source package: jsap
    Version: 2.1-alt2_3jpp5
    Build time:  Mar 30, 2013, 05:52 AM
    Category: Development/Java
    Report package bug
    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.

    List of RPM packages built from this SRPM:
    jsap (noarch)
    jsap-javadoc (noarch)
    jsap-manual (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

      1. /bin/bash
      2. ant
      3. ant-junit3
      4. jpackage-compat
      5. jpackage-utils >= 0:5.0.0
      6. /proc
      7. xstream-javadoc

    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