Uses of Interface
picocli.CommandLine.IParameterExceptionHandler
-
Packages that use CommandLine.IParameterExceptionHandler Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletion
functionality. -
-
Uses of CommandLine.IParameterExceptionHandler in picocli
Fields in picocli declared as CommandLine.IParameterExceptionHandler Modifier and Type Field Description private CommandLine.IParameterExceptionHandler
CommandLine. parameterExceptionHandler
Methods in picocli that return CommandLine.IParameterExceptionHandler Modifier and Type Method Description CommandLine.IParameterExceptionHandler
CommandLine. getParameterExceptionHandler()
Returns the handler for dealing with invalid user input when the command is executed.Methods in picocli with parameters of type CommandLine.IParameterExceptionHandler Modifier and Type Method Description CommandLine
CommandLine. setParameterExceptionHandler(CommandLine.IParameterExceptionHandler parameterExceptionHandler)
Sets the handler for dealing with invalid user input when the command is executed.
-