Uses of Interface
picocli.CommandLine.Model.IScope
-
Packages that use CommandLine.Model.IScope Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletion
functionality. -
-
Uses of CommandLine.Model.IScope in picocli
Methods in picocli that return CommandLine.Model.IScope Modifier and Type Method Description CommandLine.Model.IScope
CommandLine.Model.IScoped. getScope()
Get theCommandLine.Model.IScope
instance.CommandLine.Model.IScope
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.IScope
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.IScope
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.IScope
CommandLine.Model.IAnnotatedElement. scope()
Methods in picocli with parameters of type CommandLine.Model.IScope Modifier and Type Method Description CommandLine.Model.ArgGroupSpec.Builder
CommandLine.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.
-