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 andautocompletionfunctionality. -
-
Uses of CommandLine.IParameterPreprocessor in picocli
Methods in picocli that return CommandLine.IParameterPreprocessor Modifier and Type Method Description CommandLine.IParameterPreprocessorCommandLine.Model.ArgSpec. preprocessor()Returns a customIParameterPreprocessorto either replace or complement picocli's parsing logic for the parameter(s) of this option or position.CommandLine.IParameterPreprocessorCommandLine.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.CommandSpecCommandLine.Model.CommandSpec. preprocessor(CommandLine.IParameterPreprocessor preprocessor)Sets the preprocessor for this CommandSpec instance.
-