Uses of Interface
picocli.CommandLine.IParseResultHandler2
Packages that use CommandLine.IParseResultHandler2
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion functionality.-
Uses of CommandLine.IParseResultHandler2 in picocli
Classes in picocli that implement CommandLine.IParseResultHandler2Modifier 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 with parameters of type CommandLine.IParseResultHandler2Modifier and TypeMethodDescription<R> RCommandLine.parseWithHandler(CommandLine.IParseResultHandler2<R> handler, String[] args) Deprecated.useCommandLine.execute(String...)andCommandLine.getExecutionResult()instead<R> RCommandLine.parseWithHandlers(CommandLine.IParseResultHandler2<R> handler, CommandLine.IExceptionHandler2<R> exceptionHandler, String... args) Deprecated.useCommandLine.execute(String...)andCommandLine.getExecutionResult()instead
CommandLine.execute(String...),CommandLine.getExecutionStrategy(),CommandLine.getParameterExceptionHandler(),CommandLine.getExecutionExceptionHandler()