Uses of Class
gov.nist.secauto.decima.module.cli.CLIParser
-
Packages that use CLIParser Package Description gov.nist.secauto.decima.module.cli Supports parsing arguments and options provided by a command line interface (CLI). -
-
Uses of CLIParser in gov.nist.secauto.decima.module.cli
Methods in gov.nist.secauto.decima.module.cli that return CLIParser Modifier and Type Method Description CLIParserCLIParser. addOption(OptionValidator validator)Adds an CLI option with a coupledOptionValidator.CLIParserCLIParser. addOption(org.apache.commons.cli.Option option)CLIParserCLIParser. addOptionGroup(org.apache.commons.cli.OptionGroup group)
-