commons-cli-annotations:commons-cli-annotations 添加了对 commons-cli 库的注释支持

时间:2024-07-08 23:10:21
【文件属性】:

文件名称:commons-cli-annotations:commons-cli-annotations 添加了对 commons-cli 库的注释支持

文件大小:17KB

文件格式:ZIP

更新时间:2024-07-08 23:10:21

Java

#commons-cli-annotations# Apache 是一个标准库,用于解析 Java 中的命令行参数。 尽管它的功能足够了,但该库不提供对注释的支持。 这个对 commons-cli 库的扩展使您能够简单地注释 POJO 类的属性,以使用从命令行给出的值填充这些字段。 ##Example## 让我们来看一个简单的例子。 假设您要编写一个接受三个命令行参数的小程序: -v to indicate verbose behaviour -f to pass the name of a file -p to pass a port number 第一步是编写一个简单的值类 (VO),其中包含两个用@CliOption注释的属性: public class CliOptions { @CliOption(opt = "v", longOpt = "verbo


【文件预览】:
commons-cli-annotations-master
----src()
--------test()
--------main()
----.travis.yml(74B)
----README.md(3KB)
----pom.xml(1KB)
----.gitignore(61B)

网友评论