JOpt Simple 2.3 review
DownloadJOpt Simple is a simple, test-driven command line parser for Java programs
|
|
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