Uses of Interface
com.github.rvesse.airline.parser.errors.handlers.ParserErrorHandler
Packages that use ParserErrorHandler
Package
Description
-
Uses of ParserErrorHandler in com.github.rvesse.airline.builder
Fields in com.github.rvesse.airline.builder declared as ParserErrorHandlerMethods in com.github.rvesse.airline.builder with parameters of type ParserErrorHandlerModifier and TypeMethodDescriptionParserBuilder.withErrorHandler
(ParserErrorHandler errorHandler) Sets the error handler to use -
Uses of ParserErrorHandler in com.github.rvesse.airline.model
Fields in com.github.rvesse.airline.model declared as ParserErrorHandlerMethods in com.github.rvesse.airline.model that return ParserErrorHandlerConstructors in com.github.rvesse.airline.model with parameters of type ParserErrorHandlerModifierConstructorDescriptionParserMetadata
(CommandFactory<T> commandFactory, Collection<String> compositionAnnotationClasses, Collection<OptionParser<T>> optionParsers, TypeConverter typeConverter, ParserErrorHandler errorHandler, boolean allowAbbreviateCommands, boolean allowAbbreviatedOptions, Collection<AliasMetadata> aliases, UserAliasesSource<T> userAliases, boolean aliasesOverrideBuiltIns, boolean aliasesMayChain, char forceBuiltInPrefix, String argumentsSeparator, String flagNegationPrefix) -
Uses of ParserErrorHandler in com.github.rvesse.airline.parser.errors.handlers
Classes in com.github.rvesse.airline.parser.errors.handlers that implement ParserErrorHandlerModifier and TypeClassDescriptionclass
class
Error handler which collects all the errors for later inspectionclass
An error handler which collects all errors during parsing and then fails at the end of parsingclass
An error handler which fails as soon as a parser error is encountered