Uses of Interface
picocli.CommandLine.IParameterPreprocessor
-
Packages that use CommandLine.IParameterPreprocessor Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletion
functionality. -
-
Uses of CommandLine.IParameterPreprocessor in picocli
Methods in picocli that return CommandLine.IParameterPreprocessor Modifier and Type Method Description CommandLine.IParameterPreprocessor
CommandLine.Model.ArgSpec. preprocessor()
Returns a customIParameterPreprocessor
to either replace or complement picocli's parsing logic for the parameter(s) of this option or position.CommandLine.IParameterPreprocessor
CommandLine.Model.CommandSpec. preprocessor()
Returns the preprocessor for this CommandSpec instance.Methods in picocli that return types with arguments of type CommandLine.IParameterPreprocessor Modifier and Type Method Description Class<? extends CommandLine.IParameterPreprocessor>
preprocessor()
Returns the preprocessor for this command.Class<? extends CommandLine.IParameterPreprocessor>
preprocessor()
Returns the preprocessor for this option.Class<? extends CommandLine.IParameterPreprocessor>
preprocessor()
Returns the preprocessor for this positional parameter.Methods in picocli with parameters of type CommandLine.IParameterPreprocessor Modifier and Type Method Description CommandLine.Model.CommandSpec
CommandLine.Model.CommandSpec. preprocessor(CommandLine.IParameterPreprocessor preprocessor)
Sets the preprocessor for this CommandSpec instance.
-