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
Classes in picocli that implement CommandLine.IParameterPreprocessor Modifier and Type Class Description private static classCommandLine.NoOpParameterPreprocessorFields in picocli declared as CommandLine.IParameterPreprocessor Modifier and Type Field Description private CommandLine.IParameterPreprocessorCommandLine.Model.ArgSpec.Builder. preprocessorprivate CommandLine.IParameterPreprocessorCommandLine.Model.ArgSpec. preprocessorprivate CommandLine.IParameterPreprocessorCommandLine.Model.CommandSpec. preprocessorMethods in picocli that return CommandLine.IParameterPreprocessor Modifier and Type Method Description CommandLine.IParameterPreprocessorCommandLine.Model.ArgSpec.Builder. preprocessor()Returns the customIParameterPreprocessorto either replace or complement picocli's parsing logic for the parameter(s) of this option or position, ornull.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 java.lang.Class<? extends CommandLine.IParameterPreprocessor>preprocessor()Returns the preprocessor for this command.java.lang.Class<? extends CommandLine.IParameterPreprocessor>preprocessor()Returns the preprocessor for this option.java.lang.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 (package private) voidCommandLine.Model.CommandSpec. initPreprocessor(CommandLine.IParameterPreprocessor value)TCommandLine.Model.ArgSpec.Builder. preprocessor(CommandLine.IParameterPreprocessor preprocessor)Sets the customIParameterPreprocessorfor this option or position, and returns this builder.CommandLine.Model.CommandSpecCommandLine.Model.CommandSpec. preprocessor(CommandLine.IParameterPreprocessor preprocessor)Sets the preprocessor for this CommandSpec instance.Method parameters in picocli with type arguments of type CommandLine.IParameterPreprocessor Modifier and Type Method Description (package private) voidCommandLine.Model.CommandSpec. updatePreprocessor(java.lang.Class<? extends CommandLine.IParameterPreprocessor> value, CommandLine.IFactory factory)
-