Interface ParserRegistry
- All Known Implementing Classes:
DefaultParserRegistry
public interface ParserRegistry
Registry of
ImportParameterParsers-
Method Summary
-
Method Details
-
getParser
ReturnsImportParameterParserfor given referenceFormat. If no parser matches given referenceFormat then aRuntimeExceptionis thrown.- Parameters:
referenceFormat- format to check- Returns:
- parser which matches to given referenceFormat
-