CommandLine.Model.IScope
public static interface CommandLine.Model.IGetter
Modifier and Type | Method | 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 PicocliExceptionCopyright © 2017–2019. All rights reserved.