Uses of Interface
picocli.CommandLine.IParameterExceptionHandler
-
Uses of CommandLine.IParameterExceptionHandler in picocli
Fields in picocli declared as CommandLine.IParameterExceptionHandlerMethods 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.