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 classCommandLine.RunAllCommand line parse result handler that prints help if requested, and otherwise executes the top-level command and all subcommands asRunnableorCallable.static classCommandLine.RunFirstCommand line parse result handler that prints help if requested, and otherwise executes the top-levelRunnableorCallablecommand.static classCommandLine.RunLastCommand 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.IParseResultHandler Modifier and Type Method Description java.util.List<java.lang.Object>CommandLine. parseWithHandler(CommandLine.IParseResultHandler handler, java.io.PrintStream out, java.lang.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.java.util.List<java.lang.Object>CommandLine. parseWithHandlers(CommandLine.IParseResultHandler handler, java.io.PrintStream out, CommandLine.Help.Ansi ansi, CommandLine.IExceptionHandler exceptionHandler, java.lang.String... args)
-