Import x11/cinnamon-screensaver version 2.2.4
[dports.git] / devel / jsap / pkg-descr
1 JSAP: the Java-based Simple Argument Parser
2
3 JSAP parses your command line and instantiates objects of types you specify
4 based upon that command line. If you configure JSAP to expect an Integer on the
5 command line, and the user does not provide a String that can be converted to
6 an Integer, JSAP will alert your program to the fact that there was a problem
7 with the command line. If JSAP indicates that your command line was
8 successfully parsed, you are guaranteed an Integer when you request that
9 parameter's value from your program. There's a pretty big (and growing) list of
10 return types supported by JSAP.
11
12 WWW: http://www.martiansoftware.com/jsap/index.html