Uses of Interface
picocli.CommandLine.IParameterConsumer
-
Packages that use CommandLine.IParameterConsumer Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletion
functionality. -
-
Uses of CommandLine.IParameterConsumer in picocli
Methods in picocli that return CommandLine.IParameterConsumer Modifier and Type Method Description CommandLine.IParameterConsumer
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 that return types with arguments of type CommandLine.IParameterConsumer Modifier and Type Method Description Class<? extends CommandLine.IParameterConsumer>
parameterConsumer()
Optionally specify a customIParameterConsumer
to temporarily suspend picocli's parsing logic and process one or more command line arguments in a custom manner.Class<? extends CommandLine.IParameterConsumer>
parameterConsumer()
Optionally specify a customIParameterConsumer
to temporarily suspend picocli's parsing logic and process one or more command line arguments in a custom manner.
-