[ 源代码: liboptions-java ]
软件包:liboptions-java-doc(0.0.20120113-3)
liboptions-java-doc 的相关链接
Debian 的资源:
下载源码包 liboptions-java:
- [liboptions-java_0.0.20120113-3.dsc]
- [liboptions-java_0.0.20120113.orig.tar.gz]
- [liboptions-java_0.0.20120113-3.debian.tar.xz]
维护小组:
相似软件包:
command line option parsing library for Java (documentation)
Generic Java API to
* Check whether the syntax used is valid and supported * Retrieve the actual data required for the applicationThe Options class implements a generic approach to easily handle the most complex situations. The class allows for a simple definition of the required options and data arguments, and provides thorough syntax checks and easy access to the results of these checks.
This package provides the documentation for the library