Uses of Class
picocli.CommandLine.Model.UnmatchedArgsBinding
-
Uses of CommandLine.Model.UnmatchedArgsBinding in picocli
Fields in picocli with type parameters of type CommandLine.Model.UnmatchedArgsBindingModifier and TypeFieldDescriptionprivate final List
<CommandLine.Model.UnmatchedArgsBinding> CommandLine.Model.CommandSpec.unmatchedArgs
Methods in picocli that return CommandLine.Model.UnmatchedArgsBindingModifier and TypeMethodDescriptionprivate static CommandLine.Model.UnmatchedArgsBinding
CommandLine.Model.CommandReflection.buildUnmatchedForMember
(CommandLine.Model.IAnnotatedElement member) CommandLine.Model.UnmatchedArgsBinding.forStringArrayConsumer
(CommandLine.Model.ISetter setter) Creates aUnmatchedArgsBinding
for a setter that consumesString[]
objects.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.Methods in picocli that return types with arguments of type CommandLine.Model.UnmatchedArgsBindingModifier and TypeMethodDescriptionCommandLine.Model.CommandSpec.unmatchedArgsBindings()
Returns the list ofUnmatchedArgumentsBindings
configured for this command; eachUnmatchedArgsBinding
captures the arguments that could not be matched to any options or positional parameters.Methods in picocli with parameters of type CommandLine.Model.UnmatchedArgsBindingModifier and TypeMethodDescriptionCommandLine.Model.CommandSpec.addUnmatchedArgsBinding
(CommandLine.Model.UnmatchedArgsBinding spec) Adds the specifiedUnmatchedArgsBinding
to the list of model objects to capture unmatched arguments for this command.