Modifier and Type | Interface | Description |
---|---|---|
static interface |
CommandLine.Model.IScope |
The scope of a binding is the context where the current value should be gotten from or set to.
|
Modifier and Type | Method | Description |
---|---|---|
CommandLine.Model.ISetter |
CommandLine.Model.ArgGroupSpec.Builder.setter() |
Returns the
CommandLine.Model.ISetter that is responsible for modifying the value of the annotated program element associated with this group. |
CommandLine.Model.ISetter |
CommandLine.Model.ArgGroupSpec.setter() |
Returns the
CommandLine.Model.ISetter that is responsible for modifying the value of the annotated program element associated with this group. |
CommandLine.Model.ISetter |
CommandLine.Model.ArgSpec.setter() |
Returns the
CommandLine.Model.ISetter that is responsible for modifying the value of this argument. |
CommandLine.Model.ISetter |
CommandLine.Model.IAnnotatedElement.setter() |
|
CommandLine.Model.ISetter |
CommandLine.Model.UnmatchedArgsBinding.setter() |
Returns the setter responsible for consuming the unmatched arguments.
|
Modifier and Type | Method | Description |
---|---|---|
static CommandLine.Model.UnmatchedArgsBinding |
CommandLine.Model.UnmatchedArgsBinding.forStringArrayConsumer(CommandLine.Model.ISetter setter) |
Creates a
UnmatchedArgsBinding for a setter that consumes String[] objects. |
CommandLine.Model.ArgGroupSpec.Builder |
CommandLine.Model.ArgGroupSpec.Builder.setter(CommandLine.Model.ISetter setter) |
Sets the
CommandLine.Model.ISetter that is responsible for modifying the value of the annotated program element associated with this group, and returns this builder. |
Copyright © 2017–2019. All rights reserved.