Uses of Interface
org.apache.logging.log4j.core.tools.picocli.CommandLine.IParseResultHandler
Packages that use CommandLine.IParseResultHandler
-
Uses of CommandLine.IParseResultHandler in org.apache.logging.log4j.core.tools.picocli
Classes in org.apache.logging.log4j.core.tools.picocli that implement CommandLine.IParseResultHandlerModifier and TypeClassDescriptionstatic classCommand line parse result handler that prints help if requested, and otherwise executes the top-level command and all subcommands asRunnableorCallable.static classCommand line parse result handler that prints help if requested, and otherwise executes the top-levelRunnableorCallablecommand.static classCommand line parse result handler that prints help if requested, and otherwise executes the most specificRunnableorCallablesubcommand.Methods in org.apache.logging.log4j.core.tools.picocli with parameters of type CommandLine.IParseResultHandlerModifier and TypeMethodDescriptionCommandLine.parseWithHandler(CommandLine.IParseResultHandler handler, PrintStream out, String... args) Returns the result of callingCommandLine.parseWithHandlers(IParseResultHandler, PrintStream, Help.Ansi, IExceptionHandler, String...)withHelp.Ansi.AUTOand a newCommandLine.DefaultExceptionHandlerin addition to the specified parse result handler,PrintStream, and the specified command line arguments.CommandLine.parseWithHandlers(CommandLine.IParseResultHandler handler, PrintStream out, CommandLine.Help.Ansi ansi, CommandLine.IExceptionHandler exceptionHandler, String... args)