Class ParserRegistry
- java.lang.Object
-
- com.parasoft.findings.jenkins.coverage.model.registry.ParserRegistry
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ParserRegistry.CoverageParserType
Supported parsers.
-
Constructor Summary
Constructors Constructor Description ParserRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoverageParser
getParser(ParserRegistry.CoverageParserType parser)
Returns the parser for the specified name.CoverageParser
getParser(String parserName)
Returns the parser for the specified name.
-
-
-
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
-
getParser
public CoverageParser getParser(ParserRegistry.CoverageParserType parser)
Returns the parser for the specified name.- Parameters:
parser
- the parser- Returns:
- the created parser
-
-