Uses of Interface
picocli.CommandLine.IExecutionStrategy
Packages that use CommandLine.IExecutionStrategy
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion
functionality.-
Uses of CommandLine.IExecutionStrategy in picocli
Classes in picocli that implement CommandLine.IExecutionStrategyModifier and TypeClassDescriptionstatic class
Deprecated.static class
Command line execution strategy that prints help if requested, and otherwise executes the top-level command and all subcommands asRunnable
,Callable
orMethod
.static class
Command line execution strategy that prints help if requested, and otherwise executes the top-levelRunnable
orCallable
command.static class
Command line execution strategy that prints help if requested, and otherwise executes the most specificRunnable
orCallable
subcommand.Methods in picocli that return CommandLine.IExecutionStrategyModifier and TypeMethodDescriptionCommandLine.getExecutionStrategy()
Returns the execution strategy used by theexecute
method to invoke the business logic on the user objects of this command and/or the user-specified subcommand(s).Methods in picocli with parameters of type CommandLine.IExecutionStrategyModifier and TypeMethodDescriptionCommandLine.setExecutionStrategy
(CommandLine.IExecutionStrategy executionStrategy) Sets the execution strategy that theexecute
method should use to invoke the business logic on the user objects of this command and/or the user-specified subcommand(s).
CommandLine.execute(String...)
,CommandLine.getExecutionStrategy()
,CommandLine.getParameterExceptionHandler()
,CommandLine.getExecutionExceptionHandler()