Uses of Interface
picocli.CommandLine.IExitCodeGenerator
Packages that use CommandLine.IExitCodeGenerator
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion
functionality.-
Uses of CommandLine.IExitCodeGenerator in picocli
Methods in picocli that return types with arguments of type CommandLine.IExitCodeGeneratorModifier and TypeMethodDescriptionprotected List
<CommandLine.IExitCodeGenerator> CommandLine.AbstractParseResultHandler.extractExitCodeGenerators
(CommandLine.ParseResult parseResult) Deprecated.protected List
<CommandLine.IExitCodeGenerator> CommandLine.RunAll.extractExitCodeGenerators
(CommandLine.ParseResult parseResult) protected List
<CommandLine.IExitCodeGenerator> CommandLine.RunFirst.extractExitCodeGenerators
(CommandLine.ParseResult parseResult) protected List
<CommandLine.IExitCodeGenerator> CommandLine.RunLast.extractExitCodeGenerators
(CommandLine.ParseResult parseResult)