Uses of Interface
picocli.CommandLine.Model.ISetter
-
Uses of CommandLine.Model.ISetter in picocli
Subinterfaces of CommandLine.Model.ISetter in picocliModifier and TypeInterfaceDescriptionstatic interface
The scope of a getter/setter binding is the context where the current value should be gotten from or set to.Classes in picocli that implement CommandLine.Model.ISetterModifier and TypeClassDescription(package private) static class
(package private) static class
(package private) static class
private static class
(package private) static class
(package private) class
Fields in picocli declared as CommandLine.Model.ISetterModifier and TypeFieldDescriptionprivate CommandLine.Model.ISetter
CommandLine.Model.ArgGroupSpec.Builder.setter
private final CommandLine.Model.ISetter
CommandLine.Model.ArgGroupSpec.setter
private CommandLine.Model.ISetter
CommandLine.Model.ArgSpec.Builder.setter
private final CommandLine.Model.ISetter
CommandLine.Model.ArgSpec.setter
private CommandLine.Model.ISetter
CommandLine.Model.TypedMember.setter
private final CommandLine.Model.ISetter
CommandLine.Model.UnmatchedArgsBinding.setter
Methods in picocli that return CommandLine.Model.ISetterModifier and TypeMethodDescriptionCommandLine.Model.ArgGroupSpec.Builder.setter()
Returns theCommandLine.Model.ISetter
that is responsible for modifying the value of the annotated program element associated with this group.CommandLine.Model.ArgGroupSpec.setter()
Returns theCommandLine.Model.ISetter
that is responsible for modifying the value of the annotated program element associated with this group.CommandLine.Model.ArgSpec.Builder.setter()
Returns theCommandLine.Model.ISetter
that is responsible for modifying the value of this argument.CommandLine.Model.ArgSpec.setter()
Returns theCommandLine.Model.ISetter
that is responsible for modifying the value of this argument.CommandLine.Model.IAnnotatedElement.setter()
CommandLine.Model.TypedMember.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 aUnmatchedArgsBinding
for a setter that consumesString[]
objects.CommandLine.Model.ArgGroupSpec.Builder.setter
(CommandLine.Model.ISetter setter) Sets theCommandLine.Model.ISetter
that is responsible for modifying the value of the annotated program element associated with this group, and returns this builder.CommandLine.Model.ArgSpec.Builder.setter
(CommandLine.Model.ISetter setter) Sets theCommandLine.Model.ISetter
that is responsible for modifying the value of this argument, and returns this builder.Constructors in picocli with parameters of type CommandLine.Model.ISetterModifierConstructorDescriptionprivate
UnmatchedArgsBinding
(CommandLine.Model.IGetter getter, CommandLine.Model.ISetter setter)