Uses of Interface
picocli.CommandLine.IParameterPreprocessor
Packages that use CommandLine.IParameterPreprocessor
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion
functionality.-
Uses of CommandLine.IParameterPreprocessor in picocli
Methods in picocli that return CommandLine.IParameterPreprocessorModifier and TypeMethodDescriptionCommandLine.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.Model.CommandSpec.preprocessor()
Returns the preprocessor for this CommandSpec instance.Methods in picocli with parameters of type CommandLine.IParameterPreprocessorModifier and TypeMethodDescriptionCommandLine.Model.CommandSpec.preprocessor
(CommandLine.IParameterPreprocessor preprocessor) Sets the preprocessor for this CommandSpec instance.