Uses of Interface
org.iqtig.packer.shared.cli.CliParam
-
Packages that use CliParam Package Description org.iqtig.packer.shared.cli -
-
Uses of CliParam in org.iqtig.packer.shared.cli
Methods in org.iqtig.packer.shared.cli with parameters of type CliParam Modifier and Type Method Description static boolean
CliParamParser. option(List<String> args, CliParam option)
static String
CliParamParser. optionWithParam(List<String> args, CliParam option, Function<CliParam,RuntimeException> missingArgsExceptionProvider)
static List<String>
CliParamParser. optionWithParams(List<String> arg, CliParam option, Function<CliParam,RuntimeException> missingArgsExceptionProvider)
Method parameters in org.iqtig.packer.shared.cli with type arguments of type CliParam Modifier and Type Method Description static String
CliHelpAssembler. assembleHelp(String jarName, List<? extends CliParam> params)
static String
CliParamParser. optionWithParam(List<String> args, CliParam option, Function<CliParam,RuntimeException> missingArgsExceptionProvider)
static List<String>
CliParamParser. optionWithParams(List<String> arg, CliParam option, Function<CliParam,RuntimeException> missingArgsExceptionProvider)
-