JOpt Simple 2.3 review

Download
by rbytes.net on

JOpt Simple is a simple, test-driven command line parser for Java programs

License: GPL (GNU General Public License)
File size: 0K
Developer: Paul R. Holser, Jr.
0 stars award from rbytes.net

JOpt Simple is a simple, test-driven command line parser for Java programs. JOpt Simple supports POSIX getopt() and GNU getopt_long().

What command line switch syntax does JOpt Simple support?

As closely as possible, JOpt Simple attempts to adhere to the rules of POSIX getopt() and GNU getopt_long(). You can find a brief summary of these rules in the javadoc for class OptionParser.

What's New in This Release:
No new features here; but this version can be used with JDK 1.3. Older versions required JDK 1.4 or greater.

JOpt Simple 2.3 keywords