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 booleanCliParamParser. option(List<String> args, CliParam option)static StringCliParamParser. 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 StringCliHelpAssembler. assembleHelp(String jarName, List<? extends CliParam> params)static StringCliParamParser. optionWithParam(List<String> args, CliParam option, Function<CliParam,RuntimeException> missingArgsExceptionProvider)static List<String>CliParamParser. optionWithParams(List<String> arg, CliParam option, Function<CliParam,RuntimeException> missingArgsExceptionProvider)
-