Uses of Interface
picocli.CommandLine.Model.IGetter
-
Packages that use CommandLine.Model.IGetter 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.IGetter in picocli
Subinterfaces of CommandLine.Model.IGetter 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.IGetter 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.IGetter Modifier and Type Field Description private CommandLine.Model.IGetter
CommandLine.Model.ArgGroupSpec.Builder. getter
private CommandLine.Model.IGetter
CommandLine.Model.ArgGroupSpec. getter
private CommandLine.Model.IGetter
CommandLine.Model.ArgSpec.Builder. getter
private CommandLine.Model.IGetter
CommandLine.Model.ArgSpec. getter
private CommandLine.Model.IGetter
CommandLine.Model.TypedMember. getter
private CommandLine.Model.IGetter
CommandLine.Model.UnmatchedArgsBinding. getter
Methods in picocli that return CommandLine.Model.IGetter Modifier and Type Method Description CommandLine.Model.IGetter
CommandLine.Model.ArgGroupSpec.Builder. getter()
Returns theCommandLine.Model.IGetter
that is responsible for supplying the value of the annotated program element associated with this group.CommandLine.Model.IGetter
CommandLine.Model.ArgGroupSpec. getter()
Returns theCommandLine.Model.IGetter
that is responsible for supplying the value of the annotated program element associated with this group.CommandLine.Model.IGetter
CommandLine.Model.ArgSpec.Builder. getter()
Returns theCommandLine.Model.IGetter
that is responsible for supplying the value of this argument.CommandLine.Model.IGetter
CommandLine.Model.ArgSpec. getter()
Returns theCommandLine.Model.IGetter
that is responsible for supplying the value of this argument.CommandLine.Model.IGetter
CommandLine.Model.IAnnotatedElement. getter()
CommandLine.Model.IGetter
CommandLine.Model.TypedMember. getter()
CommandLine.Model.IGetter
CommandLine.Model.UnmatchedArgsBinding. getter()
Returns the getter responsible for producing aCollection
that the unmatched arguments can be added to.Methods in picocli with parameters of type CommandLine.Model.IGetter Modifier and Type Method Description static CommandLine.Model.UnmatchedArgsBinding
CommandLine.Model.UnmatchedArgsBinding. forStringCollectionSupplier(CommandLine.Model.IGetter getter)
Creates aUnmatchedArgsBinding
for a getter that produces aCollection<String>
that the unmatched arguments can be added to.CommandLine.Model.ArgGroupSpec.Builder
CommandLine.Model.ArgGroupSpec.Builder. getter(CommandLine.Model.IGetter getter)
Sets theCommandLine.Model.IGetter
that is responsible for getting the value of the annotated program element associated with this group, and returns this builder.T
CommandLine.Model.ArgSpec.Builder. getter(CommandLine.Model.IGetter getter)
Sets theCommandLine.Model.IGetter
that is responsible for getting the value of this argument, and returns this builder.Constructors in picocli with parameters of type CommandLine.Model.IGetter Constructor Description UnmatchedArgsBinding(CommandLine.Model.IGetter getter, CommandLine.Model.ISetter setter)
-
Uses of CommandLine.Model.IGetter in picocli.codegen.annotation.processing
Classes in picocli.codegen.annotation.processing that implement CommandLine.Model.IGetter 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.IGetter Modifier and Type Field Description private CommandLine.Model.IGetter
TypedMember. getter
Methods in picocli.codegen.annotation.processing that return CommandLine.Model.IGetter Modifier and Type Method Description CommandLine.Model.IGetter
TypedMember. getter()
-
Uses of CommandLine.Model.IGetter in picocli.codegen.aot.graalvm
Methods in picocli.codegen.aot.graalvm with parameters of type CommandLine.Model.IGetter Modifier and Type Method Description private void
ReflectionConfigGenerator.Visitor. visitGetter(CommandLine.Model.IGetter getter)
-