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
Methods 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 CommandLineCommandLine. setExitCodeExceptionMapper(CommandLine.IExitCodeExceptionMapper exitCodeExceptionMapper)Sets the mapper used by theexecutemethod to map exceptions to exit codes.
-