Uses of Interface
picocli.CommandLine.Model.IGetter
-
Uses of CommandLine.Model.IGetter in picocli
Subinterfaces of CommandLine.Model.IGetter 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.IGetterModifier 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.IGetterModifier and TypeFieldDescriptionprivate CommandLine.Model.IGetter
CommandLine.Model.ArgGroupSpec.Builder.getter
private final CommandLine.Model.IGetter
CommandLine.Model.ArgGroupSpec.getter
private CommandLine.Model.IGetter
CommandLine.Model.ArgSpec.Builder.getter
private final CommandLine.Model.IGetter
CommandLine.Model.ArgSpec.getter
private CommandLine.Model.IGetter
CommandLine.Model.TypedMember.getter
private final CommandLine.Model.IGetter
CommandLine.Model.UnmatchedArgsBinding.getter
Methods in picocli that return CommandLine.Model.IGetterModifier and TypeMethodDescriptionCommandLine.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.ArgGroupSpec.getter()
Returns theCommandLine.Model.IGetter
that is responsible for supplying the value of the annotated program element associated with this group.CommandLine.Model.ArgSpec.Builder.getter()
Returns theCommandLine.Model.IGetter
that is responsible for supplying the value of this argument.CommandLine.Model.ArgSpec.getter()
Returns theCommandLine.Model.IGetter
that is responsible for supplying the value of this argument.CommandLine.Model.IAnnotatedElement.getter()
CommandLine.Model.TypedMember.getter()
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.IGetterModifier and TypeMethodDescriptionCommandLine.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.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.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.IGetterModifierConstructorDescriptionprivate
UnmatchedArgsBinding
(CommandLine.Model.IGetter getter, CommandLine.Model.ISetter setter)