[ 源代码: joptsimple ]
软件包:libjoptsimple-java(5.0.4-7)
libjoptsimple-java 的相关链接
Debian 的资源:
下载源码包 joptsimple:
维护小组:
- Debian Java Maintainers (QA 页面, 邮件存档)
- Samuel Thibault (QA 页面)
- Stephen Nelson (QA 页面)
- Steffen Moeller (QA 页面)
外部的资源:
- 主页 [github.com]
相似软件包:
Command line parsing java library
JOpt Simple is a Java library for parsing command line options, such as those you might pass to an invocation of javac.
In the interest of striving for simplicity, as closely as possible JOpt Simple attempts to honor the command line option syntaxes of POSIX getopt() and GNU getopt_long() . It also aims to make option parser configuration and retrieval of options and their arguments simple and expressive, without being overly clever.