Uses of Interface
picocli.CommandLine.IExitCodeExceptionMapper
-
Packages that use CommandLine.IExitCodeExceptionMapper Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletion
functionality. -
-
Uses of CommandLine.IExitCodeExceptionMapper in picocli
Methods in picocli that return CommandLine.IExitCodeExceptionMapper Modifier and Type Method Description CommandLine.IExitCodeExceptionMapper
CommandLine. getExitCodeExceptionMapper()
Returns the mapper that was set by the application to map from exceptions to exit codes, for use by theexecute
method.Methods in picocli with parameters of type CommandLine.IExitCodeExceptionMapper Modifier and Type Method Description CommandLine
CommandLine. setExitCodeExceptionMapper(CommandLine.IExitCodeExceptionMapper exitCodeExceptionMapper)
Sets the mapper used by theexecute
method to map exceptions to exit codes.
-