Interface CommandLine.IParseResultHandler

All Known Implementing Classes:
CommandLine.RunAll, CommandLine.RunFirst, CommandLine.RunLast
Enclosing class:
CommandLine

@Deprecated public static interface CommandLine.IParseResultHandler
Deprecated.

Represents a function that can process a List of CommandLine objects resulting from successfully parsing the command line arguments. This is a functional interface whose functional method is handleParseResult(List, PrintStream, CommandLine.Help.Ansi).

Implementations of this functions can be passed to the CommandLine::parseWithHandler methods to take some next step after the command line was successfully parsed.

See Also: