[ 原始碼: 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.