Class DefaultParserRegistry

    • Constructor Detail

      • DefaultParserRegistry

        public DefaultParserRegistry()
    • Method Detail

      • getParser

        public ImportParameterParser getParser​(@Nonnull
                                               java.lang.String referenceFormat)
        Returns ImportParameterParser for given referenceFormat. If no parser matches given referenceFormat then a RuntimeException is thrown.
        Specified by:
        getParser in interface ParserRegistry
        Parameters:
        referenceFormat - format to check
        Returns:
        parser which matches to given referenceFormat