Uses of Interface
picocli.CommandLine.IParameterConsumer
-
Uses of CommandLine.IParameterConsumer in picocli
Classes in picocli that implement CommandLine.IParameterConsumerFields in picocli declared as CommandLine.IParameterConsumerModifier and TypeFieldDescriptionprivate CommandLine.IParameterConsumer
CommandLine.Model.ArgSpec.Builder.parameterConsumer
private final CommandLine.IParameterConsumer
CommandLine.Model.ArgSpec.parameterConsumer
Methods in picocli that return CommandLine.IParameterConsumerModifier and TypeMethodDescription(package private) static CommandLine.IParameterConsumer
CommandLine.DefaultFactory.createParameterConsumer
(CommandLine.IFactory factory, Class<? extends CommandLine.IParameterConsumer> cls) CommandLine.Model.ArgSpec.Builder.parameterConsumer()
Returns the custom parameter handler for this option or positional parameter, ornull
.CommandLine.Model.ArgSpec.parameterConsumer()
Returns a customIParameterConsumer
to temporarily suspend picocli's parsing logic and process one or more command line arguments in a custom manner, ornull
.Methods in picocli with parameters of type CommandLine.IParameterConsumerModifier and TypeMethodDescriptionCommandLine.Model.ArgSpec.Builder.parameterConsumer
(CommandLine.IParameterConsumer parameterConsumer) Sets the parameterConsumer for this option or positional parameter, and returns this builder.Method parameters in picocli with type arguments of type CommandLine.IParameterConsumerModifier and TypeMethodDescription(package private) static CommandLine.IParameterConsumer
CommandLine.DefaultFactory.createParameterConsumer
(CommandLine.IFactory factory, Class<? extends CommandLine.IParameterConsumer> cls)