Пакет jsap: Информация

    Исходный пакет: jsap
    Версия: 2.1-alt1_3jpp5
    Собран:  22 февраля 2010 г. 1:31
    Категория: Разработка/Java
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.martiansoftware.com/jsap/

    Лицензия: LGPL
    О пакете: A Java-based Simple Argument Parser
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    jsap (noarch)
    jsap-javadoc (noarch)
    jsap-manual (noarch)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko

    Права:
    Igor Vlasenko

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

    Последнее изменение


    21 февраля 2010 г. Igor Vlasenko 0:2.1-alt1_3jpp5
    - new jpackage release
    21 декабря 2007 г. Igor Vlasenko 0:2.0-alt1_1jpp1.7
    - converted from JPackage by jppimport script