Modifier and Type | Method and Description |
---|---|
void |
set(CommandLine commandLine,
Option<T> option,
String value)
Perform some action, being passed the value and the
CommandLine . |
void set(CommandLine commandLine, Option<T> option, String value) throws Exception
CommandLine
.commandLine
- The state-holding CommandLine
object.option
- The matched option.value
- The value to the option, if any. Possibly null
.if
- an error occursException
Copyright © 2019 JBoss by Red Hat. All rights reserved.