Uses of Interface
picocli.CommandLine.IParseResultHandler
Packages that use CommandLine.IParseResultHandler
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion functionality.-
Uses of CommandLine.IParseResultHandler in picocli
Classes in picocli that implement CommandLine.IParseResultHandlerModifier and TypeClassDescriptionstatic 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.IParseResultHandlerModifier and TypeMethodDescriptionCommandLine.parseWithHandler(CommandLine.IParseResultHandler handler, PrintStream out, String... args) Deprecated.CommandLine.parseWithHandlers(CommandLine.IParseResultHandler handler, PrintStream out, CommandLine.Help.Ansi ansi, CommandLine.IExceptionHandler exceptionHandler, String... args) Deprecated.useCommandLine.execute(String...)andCommandLine.getExecutionResult()instead
CommandLine.execute(String...)andCommandLine.getExecutionResult()instead