Uses of Class
org.apache.logging.log4j.core.tools.picocli.CommandLine.ExecutionException
-
Packages that use CommandLine.ExecutionException Package Description org.apache.logging.log4j.core.tools.picocli -
-
Uses of CommandLine.ExecutionException in org.apache.logging.log4j.core.tools.picocli
Methods in org.apache.logging.log4j.core.tools.picocli that throw CommandLine.ExecutionException Modifier and Type Method Description List<Object>
CommandLine.IParseResultHandler. handleParseResult(List<CommandLine> parsedCommands, PrintStream out, CommandLine.Help.Ansi ansi)
Processes a List ofCommandLine
objects resulting from successfully parsing the command line arguments and optionally returns a list of results.
-