Class ParserRegistry
java.lang.Object
com.parasoft.findings.jenkins.coverage.model.registry.ParserRegistry
Provides a registry for all available
parsers
.- Author:
- Ullrich Hafner
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Supported parsers. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the parser for the specified name.Returns the parser for the specified name.
-
Constructor Details
-
ParserRegistry
public ParserRegistry()
-
-
Method Details
-
getParser
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
-