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 andautocompletionfunctionality. -
-
Uses of CommandLine.IParameterConsumer in picocli
Methods in picocli that return CommandLine.IParameterConsumer Modifier and Type Method Description CommandLine.IParameterConsumerCommandLine.Model.ArgSpec. parameterConsumer()Returns a customIParameterConsumerto 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 customIParameterConsumerto 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 customIParameterConsumerto temporarily suspend picocli's parsing logic and process one or more command line arguments in a custom manner.
-