CliRunner.CliRunner(CommandLineParser, Class)
that also calls
CliRunner.setLogger(Logger)
and CliRunner.setSystemExit(boolean)
with the respective arguments.ParameterMapMapper.getResults()
, but without executing any validations
- and by returning the underlying map, allows specific options to be quickly referenced by their key
(Option.getOpt()
or Option.getLongOpt()
).mapArgument*
calls,
while performing any validations.(Http)ServletRequest.getParameterMap()
.OptionGroup
.Copyright © 2007–2017 Mark A. Ziesemer. All rights reserved.