Modifier and Type | Method | Description |
---|---|---|
CommandLine.Model.IScope |
CommandLine.Model.ArgGroupSpec.Builder.scope() |
Returns the
CommandLine.Model.IScope that determines where the setter sets the value (or the getter gets the value) of the annotated program element associated with this group. |
CommandLine.Model.IScope |
CommandLine.Model.ArgGroupSpec.scope() |
Returns the
CommandLine.Model.IScope that determines where the setter sets the value (or the getter gets the value) of the annotated program element associated with this group. |
CommandLine.Model.IScope |
CommandLine.Model.ArgSpec.scope() |
Returns the
CommandLine.Model.IScope that determines on which object to set the value (or from which object to get the value) of this argument. |
CommandLine.Model.IScope |
CommandLine.Model.IAnnotatedElement.scope() |
Modifier and Type | Method | Description |
---|---|---|
CommandLine.Model.ArgGroupSpec.Builder |
CommandLine.Model.ArgGroupSpec.Builder.scope(CommandLine.Model.IScope scope) |
Sets the
CommandLine.Model.IScope that targets where the setter sets the value of the annotated program element associated with this group, and returns this builder. |
Copyright © 2017–2019. All rights reserved.