我正在使用JCommander
Fe 我有一个 Dir 路径参数和 File 路径参数。我想将它们存储在File outDir
和File inFile
相应的变量中。我想创建 3 个验证器。PathExists
,FileReadable
和IsDirectory
. 第一个我将使用PathExists
&&IsDirectory
和第二个PathExists
&& FileReadable
。
不幸的是,文档没有描述这种情况。
我正在使用JCommander
Fe 我有一个 Dir 路径参数和 File 路径参数。我想将它们存储在File outDir
和File inFile
相应的变量中。我想创建 3 个验证器。PathExists
,FileReadable
和IsDirectory
. 第一个我将使用PathExists
&&IsDirectory
和第二个PathExists
&& FileReadable
。
不幸的是,文档没有描述这种情况。