Uses of Interface
picocli.CommandLine.Model.IScope
Packages that use CommandLine.Model.IScope
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion
functionality.-
Uses of CommandLine.Model.IScope in picocli
Methods in picocli that return CommandLine.Model.IScopeModifier and TypeMethodDescriptionCommandLine.Model.IScoped.getScope()
Get theCommandLine.Model.IScope
instance.CommandLine.Model.ArgGroupSpec.Builder.scope()
Returns theCommandLine.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.ArgGroupSpec.scope()
Returns theCommandLine.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.ArgSpec.scope()
Returns the bindingCommandLine.Model.IScope
that determines on which object to set the value (or from which object to get the value) of this argument.CommandLine.Model.IAnnotatedElement.scope()
Methods in picocli with parameters of type CommandLine.Model.IScopeModifier and TypeMethodDescriptionCommandLine.Model.ArgGroupSpec.Builder.scope
(CommandLine.Model.IScope scope) Sets theCommandLine.Model.IScope
that targets where the setter sets the value of the annotated program element associated with this group, and returns this builder.