Uses of Interface
picocli.CommandLine.IExitCodeExceptionMapper
-
Uses of CommandLine.IExitCodeExceptionMapper in picocli
Fields in picocli declared as CommandLine.IExitCodeExceptionMapperMethods in picocli that return CommandLine.IExitCodeExceptionMapperModifier and TypeMethodDescriptionCommandLine.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.IExitCodeExceptionMapperModifier and TypeMethodDescriptionprivate static int
CommandLine.mappedExitCode
(Throwable t, CommandLine.IExitCodeExceptionMapper mapper, int defaultExitCode) CommandLine.setExitCodeExceptionMapper
(CommandLine.IExitCodeExceptionMapper exitCodeExceptionMapper) Sets the mapper used by theexecute
method to map exceptions to exit codes.