Uses of Interface
org.apache.logging.log4j.core.tools.picocli.CommandLine.IParseResultHandler
-
Packages that use CommandLine.IParseResultHandler Package Description org.apache.logging.log4j.core.tools.picocli -
-
Uses of CommandLine.IParseResultHandler in org.apache.logging.log4j.core.tools.picocli
Classes in org.apache.logging.log4j.core.tools.picocli that implement CommandLine.IParseResultHandler Modifier and Type Class Description static class
CommandLine.RunAll
Command line parse result handler that prints help if requested, and otherwise executes the top-level command and all subcommands asRunnable
orCallable
.static class
CommandLine.RunFirst
Command line parse result handler that prints help if requested, and otherwise executes the top-levelRunnable
orCallable
command.static class
CommandLine.RunLast
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.IParseResultHandler Modifier and Type Method Description List<Object>
CommandLine. 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.List<Object>
CommandLine. parseWithHandlers(CommandLine.IParseResultHandler handler, PrintStream out, CommandLine.Help.Ansi ansi, CommandLine.IExceptionHandler exceptionHandler, String... args)
-