JOpt Simple

A Java library for parsing command line switches, such as those you might pass to an invocation of javac.
Download

JOpt Simple Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Paul R. Holser, Jr.
  • Publisher web site:

JOpt Simple Tags


JOpt Simple Description

A Java library for parsing command line switches, such as those you might pass to an invocation of javac. 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: · Support for default values for arguments of options, and a fix for a bug with arguments of options which contain embedded whitespace.


JOpt Simple Related Software