Uses of Class
picocli.CommandLine.AbstractHandler
Packages that use CommandLine.AbstractHandler
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion functionality.-
Uses of CommandLine.AbstractHandler in picocli
Classes in picocli with type parameters of type CommandLine.AbstractHandlerModifier and TypeClassDescriptionstatic classCommandLine.AbstractHandler<R,T extends CommandLine.AbstractHandler<R, T>> Deprecated.Subclasses of CommandLine.AbstractHandler in picocliModifier and TypeClassDescriptionstatic classstatic classstatic classCommand line execution strategy that prints help if requested, and otherwise executes the top-level command and all subcommands asRunnable,CallableorMethod.static classCommand line execution strategy that prints help if requested, and otherwise executes the top-levelRunnableorCallablecommand.static classCommand line execution strategy that prints help if requested, and otherwise executes the most specificRunnableorCallablesubcommand.
CommandLine.execute(String...)