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 andautocompletionfunctionality. -
-
Uses of CommandLine.IExitCodeExceptionMapper in picocli
Fields in picocli declared as CommandLine.IExitCodeExceptionMapper Modifier and Type Field Description private CommandLine.IExitCodeExceptionMapperCommandLine. exitCodeExceptionMapperMethods in picocli that return CommandLine.IExitCodeExceptionMapper Modifier and Type Method Description CommandLine.IExitCodeExceptionMapperCommandLine. getExitCodeExceptionMapper()Returns the mapper that was set by the application to map from exceptions to exit codes, for use by theexecutemethod.Methods in picocli with parameters of type CommandLine.IExitCodeExceptionMapper Modifier and Type Method Description private static intCommandLine. mappedExitCode(java.lang.Throwable t, CommandLine.IExitCodeExceptionMapper mapper, int defaultExitCode)CommandLineCommandLine. setExitCodeExceptionMapper(CommandLine.IExitCodeExceptionMapper exitCodeExceptionMapper)Sets the mapper used by theexecutemethod to map exceptions to exit codes.
-