java.lang.Object
com.parasoft.findings.jenkins.coverage.model.registry.ParserRegistry

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

    • ParserRegistry

      public ParserRegistry()
  • Method Details

    • getParser

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

      Returns the parser for the specified name.
      Parameters:
      parser - the parser
      Returns:
      the created parser