Uses of Interface
picocli.CommandLine.IParameterExceptionHandler
Packages that use CommandLine.IParameterExceptionHandler
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion
functionality.-
Uses of CommandLine.IParameterExceptionHandler in picocli
Methods in picocli that return CommandLine.IParameterExceptionHandlerModifier and TypeMethodDescriptionCommandLine.getParameterExceptionHandler()
Returns the handler for dealing with invalid user input when the command is executed.Methods in picocli with parameters of type CommandLine.IParameterExceptionHandlerModifier and TypeMethodDescriptionCommandLine.setParameterExceptionHandler
(CommandLine.IParameterExceptionHandler parameterExceptionHandler) Sets the handler for dealing with invalid user input when the command is executed.