Interface ParserRegistry

    • Method Detail

      • getParser

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