Uses of Interface
picocli.CommandLine.IParseResultHandler
-
Packages that use CommandLine.IParseResultHandler Package Description picocli -
-
Uses of CommandLine.IParseResultHandler in picocli
Classes in 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 picocli with parameters of type CommandLine.IParseResultHandler Modifier and Type Method Description List<Object>CommandLine. parseWithHandler(CommandLine.IParseResultHandler handler, PrintStream out, String... args)Deprecated.List<Object>CommandLine. parseWithHandlers(CommandLine.IParseResultHandler handler, PrintStream out, CommandLine.Help.Ansi ansi, CommandLine.IExceptionHandler exceptionHandler, String... args)Deprecated.
-