Interface CoffeePickParsersType
-
- All Known Implementing Classes:
CoffeePickParsers,CoffeePickParsersOSGi
public interface CoffeePickParsersTypeFunctions to create parsers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CoffeePickParserTypecreateParser(CoffeePickParseRequest request)Create a parser for the given request, probing the input stream for format information and using this to pick an appropriate parser implementation.
-
-
-
Method Detail
-
createParser
CoffeePickParserType createParser(CoffeePickParseRequest request) throws java.io.IOException, ParserFailureException
Create a parser for the given request, probing the input stream for format information and using this to pick an appropriate parser implementation.- Parameters:
request- The parse request- Returns:
- A parser
- Throws:
java.io.IOException- On I/O errorsParserFailureException- On parser configuration problems, such as there not being an available provider for the detected format
-
-