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
Fields in picocli declared as CommandLine.IParameterExceptionHandler Modifier and Type Field Description private CommandLine.IParameterExceptionHandlerCommandLine. parameterExceptionHandlerMethods 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.
-