Uses of Class
picocli.CommandLine.AbstractHandler
-
Packages that use CommandLine.AbstractHandler Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletion
functionality. -
-
Uses of CommandLine.AbstractHandler in picocli
Classes in picocli with type parameters of type CommandLine.AbstractHandler Modifier and Type Class Description static class
CommandLine.AbstractHandler<R,T extends CommandLine.AbstractHandler<R,T>>
Deprecated.Subclasses of CommandLine.AbstractHandler in picocli Modifier and Type Class Description static class
CommandLine.AbstractParseResultHandler<R>
static class
CommandLine.DefaultExceptionHandler<R>
static class
CommandLine.RunAll
Command line execution strategy that prints help if requested, and otherwise executes the top-level command and all subcommands asRunnable
,Callable
orMethod
.static class
CommandLine.RunFirst
Command line execution strategy that prints help if requested, and otherwise executes the top-levelRunnable
orCallable
command.static class
CommandLine.RunLast
Command line execution strategy that prints help if requested, and otherwise executes the most specificRunnable
orCallable
subcommand.
-