Uses of Interface
picocli.CommandLine.IParameterPreprocessor
-
Uses of CommandLine.IParameterPreprocessor in picocli
Classes in picocli that implement CommandLine.IParameterPreprocessorFields in picocli declared as CommandLine.IParameterPreprocessorModifier and TypeFieldDescriptionCommandLine.Model.ArgSpec.Builder.preprocessor
private final CommandLine.IParameterPreprocessor
CommandLine.Model.ArgSpec.preprocessor
CommandLine.Model.CommandSpec.preprocessor
Methods in picocli that return CommandLine.IParameterPreprocessorModifier and TypeMethodDescriptionCommandLine.Model.ArgSpec.Builder.preprocessor()
Returns the customIParameterPreprocessor
to either replace or complement picocli's parsing logic for the parameter(s) of this option or position, ornull
.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.Model.CommandSpec.preprocessor()
Returns the preprocessor for this CommandSpec instance.Methods in picocli with parameters of type CommandLine.IParameterPreprocessorModifier and TypeMethodDescription(package private) void
CommandLine.Model.CommandSpec.initPreprocessor
(CommandLine.IParameterPreprocessor value) CommandLine.Model.ArgSpec.Builder.preprocessor
(CommandLine.IParameterPreprocessor preprocessor) Sets the customIParameterPreprocessor
for this option or position, and returns this builder.CommandLine.Model.CommandSpec.preprocessor
(CommandLine.IParameterPreprocessor preprocessor) Sets the preprocessor for this CommandSpec instance.Method parameters in picocli with type arguments of type CommandLine.IParameterPreprocessorModifier and TypeMethodDescription(package private) void
CommandLine.Model.CommandSpec.updatePreprocessor
(Class<? extends CommandLine.IParameterPreprocessor> value, CommandLine.IFactory factory)