public static interface CommandLine.Model.IGetter
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get()
Returns the current value of the binding.
|
<T> T get() throws Exception
CommandLine.PicocliException - if a problem occurred while obtaining the current valueException - internally, picocli call sites will catch any exceptions thrown from here and rethrow them wrapped in a PicocliException