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 classDeprecated.static 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.Methods in picocli that return CommandLine.IExecutionStrategyModifier and TypeMethodDescriptionCommandLine.getExecutionStrategy()Returns the execution strategy used by theexecutemethod 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 theexecutemethod 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()