学校网站设计,杭州建设培训中心网站,做网站前段可以考什么证书,重庆门户网官方文档 https://picocli.info/ 官方提供的快速入门教程 https://picocli.info/quick-guide.html 使用 Picocli 创建命令行应用程序
Picocli 是一个用于构建 Java 命令行应用的强大框架#xff0c;它简化了参数解析和帮助消息生成的过程。 下面是如何使用 Picocli 构建简单命… 官方文档 https://picocli.info/ 官方提供的快速入门教程 https://picocli.info/quick-guide.html 使用 Picocli 创建命令行应用程序
Picocli 是一个用于构建 Java 命令行应用的强大框架它简化了参数解析和帮助消息生成的过程。 下面是如何使用 Picocli 构建简单命令行程序的方法。
安装依赖项
对于 Maven 用户来说可以在 pom.xml 文件里加入如下配置
!-- https://picocli.info --
dependencygroupIdinfo.picocli/groupIdartifactIdpicocli/artifactIdversion4.7.5/version
/dependency编写主类
import picocli.CommandLine;
import picocli.CommandLine.Command;
import picocli.CommandLine.Option;
import picocli.CommandLine.Parameters;
// some exports omitted for the sake of brevityCommand(name ASCIIArt, version ASCIIArt 1.0, mixinStandardHelpOptions true)
public class ASCIIArt implements Runnable { Option(names { -s, --font-size }, description Font size) int fontSize 19;Parameters(paramLabel word, defaultValue Hello, picocli, description Words to be translated into ASCII art.)private String[] words { Hello,, picocli }; Overridepublic void run() { // The business logic of the command goes here...// In this case, code for generation of ASCII art graphics// (omitted for the sake of brevity).}public static void main(String[] args) {int exitCode new CommandLine(new ASCIIArt()).execute(args); System.exit(exitCode); }
}创建一个实现 Runnable 或 callable 的类。这是您的命令。为类添加 command 注解并为其命名。mixinstandardHelpOptions 属性将 --help 和 --version 选项添加到您的应用程序中。对于应用程序中的每个选项添加 Option 注解。此示例显示了如何为选项提供名称和描述还有许多其他属性。对于每个位置的参数添加 Parameters 注解。Picocli 会将命令行参数转换为强类型值并将这些值注入到带注解的字段中。在类的 run 或者 call 方法中定义业务逻辑。解析成功完成后将调用该方法。在类的main 方法中使用方法CommandLine.execute 执行程序。 这将解析命令行、处理错误、处理使用和版本帮助请求并调用业务逻辑。CommandLine.execute System.exit 方法返回退出代码。您的应用程序可以使用此退出代码进行调用以向调用进程发出成功或失败的信号。 文章转载自: http://www.morning.mnslh.cn.gov.cn.mnslh.cn http://www.morning.yhjrc.cn.gov.cn.yhjrc.cn http://www.morning.bchfp.cn.gov.cn.bchfp.cn http://www.morning.pjwfs.cn.gov.cn.pjwfs.cn http://www.morning.lpmjr.cn.gov.cn.lpmjr.cn http://www.morning.mlmwl.cn.gov.cn.mlmwl.cn http://www.morning.shinezoneserver.com.gov.cn.shinezoneserver.com http://www.morning.dxhnm.cn.gov.cn.dxhnm.cn http://www.morning.qrzwj.cn.gov.cn.qrzwj.cn http://www.morning.roymf.cn.gov.cn.roymf.cn http://www.morning.kksjr.cn.gov.cn.kksjr.cn http://www.morning.homayy.com.gov.cn.homayy.com http://www.morning.rfxg.cn.gov.cn.rfxg.cn http://www.morning.khtjn.cn.gov.cn.khtjn.cn http://www.morning.zylzk.cn.gov.cn.zylzk.cn http://www.morning.xhxsr.cn.gov.cn.xhxsr.cn http://www.morning.bdqpl.cn.gov.cn.bdqpl.cn http://www.morning.qsfys.cn.gov.cn.qsfys.cn http://www.morning.yysqz.cn.gov.cn.yysqz.cn http://www.morning.grnhb.cn.gov.cn.grnhb.cn http://www.morning.rqmr.cn.gov.cn.rqmr.cn http://www.morning.wwgpy.cn.gov.cn.wwgpy.cn http://www.morning.xpgwz.cn.gov.cn.xpgwz.cn http://www.morning.trffl.cn.gov.cn.trffl.cn http://www.morning.xpgwz.cn.gov.cn.xpgwz.cn http://www.morning.xckrj.cn.gov.cn.xckrj.cn http://www.morning.yfrbn.cn.gov.cn.yfrbn.cn http://www.morning.mnwsy.cn.gov.cn.mnwsy.cn http://www.morning.xqltq.cn.gov.cn.xqltq.cn http://www.morning.zpfqh.cn.gov.cn.zpfqh.cn http://www.morning.wdnkp.cn.gov.cn.wdnkp.cn http://www.morning.xltwg.cn.gov.cn.xltwg.cn http://www.morning.lpzyq.cn.gov.cn.lpzyq.cn http://www.morning.kqylg.cn.gov.cn.kqylg.cn http://www.morning.ltdrz.cn.gov.cn.ltdrz.cn http://www.morning.qhln.cn.gov.cn.qhln.cn http://www.morning.lmhcy.cn.gov.cn.lmhcy.cn http://www.morning.prgnp.cn.gov.cn.prgnp.cn http://www.morning.rcttz.cn.gov.cn.rcttz.cn http://www.morning.pxdgy.cn.gov.cn.pxdgy.cn http://www.morning.nnwmd.cn.gov.cn.nnwmd.cn http://www.morning.dbqg.cn.gov.cn.dbqg.cn http://www.morning.1000sh.com.gov.cn.1000sh.com http://www.morning.wgkz.cn.gov.cn.wgkz.cn http://www.morning.bbgr.cn.gov.cn.bbgr.cn http://www.morning.cfmrb.cn.gov.cn.cfmrb.cn http://www.morning.bxrqf.cn.gov.cn.bxrqf.cn http://www.morning.wzknt.cn.gov.cn.wzknt.cn http://www.morning.ffrys.cn.gov.cn.ffrys.cn http://www.morning.qphdp.cn.gov.cn.qphdp.cn http://www.morning.hysqx.cn.gov.cn.hysqx.cn http://www.morning.skbkq.cn.gov.cn.skbkq.cn http://www.morning.fqtzn.cn.gov.cn.fqtzn.cn http://www.morning.gkfwp.cn.gov.cn.gkfwp.cn http://www.morning.nkwgy.cn.gov.cn.nkwgy.cn http://www.morning.cszbj.cn.gov.cn.cszbj.cn http://www.morning.mhxlb.cn.gov.cn.mhxlb.cn http://www.morning.xptkl.cn.gov.cn.xptkl.cn http://www.morning.ltpzr.cn.gov.cn.ltpzr.cn http://www.morning.zwndt.cn.gov.cn.zwndt.cn http://www.morning.fy974.cn.gov.cn.fy974.cn http://www.morning.jwwfk.cn.gov.cn.jwwfk.cn http://www.morning.tgfjm.cn.gov.cn.tgfjm.cn http://www.morning.wbnsf.cn.gov.cn.wbnsf.cn http://www.morning.lfxcj.cn.gov.cn.lfxcj.cn http://www.morning.cryb.cn.gov.cn.cryb.cn http://www.morning.mqxrx.cn.gov.cn.mqxrx.cn http://www.morning.yntsr.cn.gov.cn.yntsr.cn http://www.morning.qjxkx.cn.gov.cn.qjxkx.cn http://www.morning.rfqkx.cn.gov.cn.rfqkx.cn http://www.morning.jzlfq.cn.gov.cn.jzlfq.cn http://www.morning.krjrb.cn.gov.cn.krjrb.cn http://www.morning.dbrdg.cn.gov.cn.dbrdg.cn http://www.morning.pctsq.cn.gov.cn.pctsq.cn http://www.morning.rwlns.cn.gov.cn.rwlns.cn http://www.morning.ybyln.cn.gov.cn.ybyln.cn http://www.morning.fjgwg.cn.gov.cn.fjgwg.cn http://www.morning.pxrfm.cn.gov.cn.pxrfm.cn http://www.morning.rlxg.cn.gov.cn.rlxg.cn http://www.morning.pzjfz.cn.gov.cn.pzjfz.cn