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 andautocompletionfunctionality. -
-
Uses of CommandLine.IParameterExceptionHandler in picocli
Methods in picocli that return CommandLine.IParameterExceptionHandler Modifier and Type Method Description CommandLine.IParameterExceptionHandlerCommandLine. 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 CommandLineCommandLine. setParameterExceptionHandler(CommandLine.IParameterExceptionHandler parameterExceptionHandler)Sets the handler for dealing with invalid user input when the command is executed.
-