java.lang.Object
com.github.rvesse.airline.parser.errors.handlers.AbstractCollectingHandler
com.github.rvesse.airline.parser.errors.handlers.CollectAll
All Implemented Interfaces:
ParserErrorHandler

public class CollectAll extends AbstractCollectingHandler
Error handler which collects all the errors for later inspection
  • Constructor Details

    • CollectAll

      public CollectAll()
  • Method Details

    • finished

      public <T> ParseResult<T> finished(ParseState<T> state)
      Description copied from interface: ParserErrorHandler
      Prepares the parser result
      Parameters:
      state - Parser state
      Returns:
      Parser result