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