Uses of Interface
picocli.CommandLine.IExitCodeGenerator
-
Packages that use CommandLine.IExitCodeGenerator Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletion
functionality. -
-
Uses of CommandLine.IExitCodeGenerator in picocli
Methods in picocli that return types with arguments of type CommandLine.IExitCodeGenerator Modifier and Type Method Description protected java.util.List<CommandLine.IExitCodeGenerator>
CommandLine.AbstractParseResultHandler. extractExitCodeGenerators(CommandLine.ParseResult parseResult)
Deprecated.protected java.util.List<CommandLine.IExitCodeGenerator>
CommandLine.RunAll. extractExitCodeGenerators(CommandLine.ParseResult parseResult)
protected java.util.List<CommandLine.IExitCodeGenerator>
CommandLine.RunFirst. extractExitCodeGenerators(CommandLine.ParseResult parseResult)
protected java.util.List<CommandLine.IExitCodeGenerator>
CommandLine.RunLast. extractExitCodeGenerators(CommandLine.ParseResult parseResult)
private java.util.List<CommandLine.IExitCodeGenerator>
CommandLine.RunAll. recursivelyExtractExitCodeGenerators(CommandLine.ParseResult parseResult, java.util.List<CommandLine.IExitCodeGenerator> result)
Method parameters in picocli with type arguments of type CommandLine.IExitCodeGenerator Modifier and Type Method Description private java.util.List<CommandLine.IExitCodeGenerator>
CommandLine.RunAll. recursivelyExtractExitCodeGenerators(CommandLine.ParseResult parseResult, java.util.List<CommandLine.IExitCodeGenerator> result)
private int
CommandLine.AbstractParseResultHandler. resolveExitCode(int exitCodeOnSuccess, R executionResult, java.util.List<CommandLine.IExitCodeGenerator> exitCodeGenerators)
Deprecated.
-