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 class
Command line parse result handler that prints help if requested, and otherwise executes the top-level command and all subcommands asRunnable
orCallable
.static class
Command line parse result handler that prints help if requested, and otherwise executes the top-levelRunnable
orCallable
command.static class
Command line parse result handler that prints help if requested, and otherwise executes the most specificRunnable
orCallable
subcommand.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.AUTO
and a newCommandLine.DefaultExceptionHandler
in 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)