Uses of Class
com.github.rvesse.airline.parser.ParseResult
Packages that use ParseResult
Package
Description
-
Uses of ParseResult in com.github.rvesse.airline
Methods in com.github.rvesse.airline that return ParseResultModifier and TypeMethodDescriptionCli.parseWithResult(Iterable<String> args) Parses the arguments to produce a result.Cli.parseWithResult(String... args) Parses the arguments to produce a result.SingleCommand.parseWithResult(Iterable<String> args) Parses the arguments to produce a result.SingleCommand.parseWithResult(String... args) Parses the arguments to produce a result.Methods in com.github.rvesse.airline with parameters of type ParseResultModifier and TypeMethodDescription<T> booleanHelpOption.showHelpIfErrors(ParseResult<T> result) Shows help if any parsing errors were detected.<T> booleanHelpOption.showHelpIfErrors(ParseResult<T> result, boolean printErrors) Shows help if any parsing errors were detected<T> booleanHelpOption.showHelpIfErrors(ParseResult<T> result, boolean printErrors, CommandUsageGenerator generator) Shows help if any parsing errors were detected -
Uses of ParseResult in com.github.rvesse.airline.parser.command
Methods in com.github.rvesse.airline.parser.command that return ParseResultModifier and TypeMethodDescriptionCliParser.parseWithResult(GlobalMetadata<T> metadata, Iterable<String> args) SingleCommandParser.parseWithResult(ParserMetadata<T> parserConfig, CommandMetadata commandMetadata, Iterable<GlobalRestriction> restrictions, Iterable<String> args) -
Uses of ParseResult in com.github.rvesse.airline.parser.errors.handlers
Methods in com.github.rvesse.airline.parser.errors.handlers that return ParseResultModifier and TypeMethodDescription<T> ParseResult<T> CollectAll.finished(ParseState<T> state) <T> ParseResult<T> FailAll.finished(ParseState<T> state) <T> ParseResult<T> FailFast.finished(ParseState<T> state) <T> ParseResult<T> ParserErrorHandler.finished(ParseState<T> state) Prepares the parser result