Uses of Interface
picocli.CommandLine.Model.ISetter
Packages that use CommandLine.Model.ISetter
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion functionality.Provides classes and interfaces that form a framework for creating picocli annotation processors.
-
Uses of CommandLine.Model.ISetter in picocli
Subinterfaces of CommandLine.Model.ISetter in picocliModifier and TypeInterfaceDescriptionstatic interfaceThe scope of a getter/setter binding is the context where the current value should be gotten from or set to.Methods in picocli that return CommandLine.Model.ISetterModifier and TypeMethodDescriptionCommandLine.Model.ArgGroupSpec.Builder.setter()Returns theCommandLine.Model.ISetterthat is responsible for modifying the value of the annotated program element associated with this group.CommandLine.Model.ArgGroupSpec.setter()Returns theCommandLine.Model.ISetterthat is responsible for modifying the value of the annotated program element associated with this group.CommandLine.Model.ArgSpec.setter()Returns theCommandLine.Model.ISetterthat is responsible for modifying the value of this argument.CommandLine.Model.IAnnotatedElement.setter()CommandLine.Model.UnmatchedArgsBinding.setter()Returns the setter responsible for consuming the unmatched arguments.Methods in picocli with parameters of type CommandLine.Model.ISetterModifier and TypeMethodDescriptionCommandLine.Model.UnmatchedArgsBinding.forStringArrayConsumer(CommandLine.Model.ISetter setter) Creates aUnmatchedArgsBindingfor a setter that consumesString[]objects.CommandLine.Model.ArgGroupSpec.Builder.setter(CommandLine.Model.ISetter setter) Sets theCommandLine.Model.ISetterthat is responsible for modifying the value of the annotated program element associated with this group, and returns this builder. -
Uses of CommandLine.Model.ISetter in picocli.codegen.annotation.processing
Classes in picocli.codegen.annotation.processing that implement CommandLine.Model.ISetterModifier and TypeClassDescriptionclassImplementation of theCommandLine.Model.IGetterandCommandLine.Model.ISetterinterface that allows customCommandSpecannotation processors to inspectArgSpecobjects to discover what program element was annotated with@Optionor@Parameters.