Class ParserRegistry


  • public class ParserRegistry
    extends Object
    Provides a registry for all available parsers.
    Author:
    Ullrich Hafner
    • Constructor Detail

      • ParserRegistry

        public ParserRegistry()
    • Method Detail

      • getParser

        public CoverageParser getParser​(String parserName)
        Returns the parser for the specified name.
        Parameters:
        parserName - the name of the parser
        Returns:
        the created parser