Fedora Packages

jsap

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 supported by JSAP, including Integers, Floats, Dates, URLs, and even java.awt.Colors; you can also add your own in a matter of minutes.

Releases Overview

Release Stable Testing
Fedora 35 2.1-18.3.fc34 -
File a new bug report »
Package Info
Related Packages

You can contact the maintainers of this package via email at jsap dash maintainers at fedoraproject dot org.



Sources on Pagure