Uses of Interface
picocli.CommandLine.Model.ISetter
-
Packages that use CommandLine.Model.ISetter Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletion
functionality.picocli.codegen.annotation.processing picocli.codegen.aot.graalvm -
-
Uses of CommandLine.Model.ISetter in picocli
Subinterfaces of CommandLine.Model.ISetter in picocli Modifier and Type Interface Description static interface
CommandLine.Model.IScope
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.ISetter Modifier and Type Class Description (package private) static class
CommandLine.Model.CommandUserObject
(package private) static class
CommandLine.Model.FieldBinding
(package private) static class
CommandLine.Model.MethodBinding
private static class
CommandLine.Model.ObjectBinding
(package private) static class
CommandLine.Model.ObjectScope
(package private) class
CommandLine.Model.PicocliInvocationHandler.ProxyBinding
Fields in picocli declared as CommandLine.Model.ISetter Modifier and Type Field Description private CommandLine.Model.ISetter
CommandLine.Model.ArgGroupSpec.Builder. setter
private CommandLine.Model.ISetter
CommandLine.Model.ArgGroupSpec. setter
private CommandLine.Model.ISetter
CommandLine.Model.ArgSpec.Builder. setter
private CommandLine.Model.ISetter
CommandLine.Model.ArgSpec. setter
private CommandLine.Model.ISetter
CommandLine.Model.TypedMember. setter
private CommandLine.Model.ISetter
CommandLine.Model.UnmatchedArgsBinding. setter
Methods in picocli that return CommandLine.Model.ISetter Modifier and Type Method Description CommandLine.Model.ISetter
CommandLine.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.ISetter
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.ISetter
CommandLine.Model.ArgSpec.Builder. setter()
Returns theCommandLine.Model.ISetter
that is responsible for modifying the value of this argument.CommandLine.Model.ISetter
CommandLine.Model.ArgSpec. setter()
Returns theCommandLine.Model.ISetter
that is responsible for modifying the value of this argument.CommandLine.Model.ISetter
CommandLine.Model.IAnnotatedElement. setter()
CommandLine.Model.ISetter
CommandLine.Model.TypedMember. setter()
CommandLine.Model.ISetter
CommandLine.Model.UnmatchedArgsBinding. setter()
Returns the setter responsible for consuming the unmatched arguments.Methods in picocli with parameters of type CommandLine.Model.ISetter Modifier and Type Method Description static CommandLine.Model.UnmatchedArgsBinding
CommandLine.Model.UnmatchedArgsBinding. forStringArrayConsumer(CommandLine.Model.ISetter setter)
Creates aUnmatchedArgsBinding
for a setter that consumesString[]
objects.CommandLine.Model.ArgGroupSpec.Builder
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.T
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.ISetter Constructor Description UnmatchedArgsBinding(CommandLine.Model.IGetter getter, CommandLine.Model.ISetter setter)
-
Uses of CommandLine.Model.ISetter in picocli.codegen.annotation.processing
Classes in picocli.codegen.annotation.processing that implement CommandLine.Model.ISetter Modifier and Type Class Description class
AnnotatedElementHolder
Implementation of theCommandLine.Model.IGetter
andCommandLine.Model.ISetter
interface that allows customCommandSpec
annotation processors to inspectArgSpec
objects to discover what program element was annotated with@Option
or@Parameters
.Fields in picocli.codegen.annotation.processing declared as CommandLine.Model.ISetter Modifier and Type Field Description private CommandLine.Model.ISetter
TypedMember. setter
Methods in picocli.codegen.annotation.processing that return CommandLine.Model.ISetter Modifier and Type Method Description CommandLine.Model.ISetter
TypedMember. setter()
-
Uses of CommandLine.Model.ISetter in picocli.codegen.aot.graalvm
Methods in picocli.codegen.aot.graalvm with parameters of type CommandLine.Model.ISetter Modifier and Type Method Description private void
ReflectionConfigGenerator.Visitor. visitSetter(CommandLine.Model.ISetter setter)
-