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
Nested ClassesModifier and TypeClassDescriptionstatic enumSupported parsers. - 
Constructor Summary
Constructors - 
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
 
 
 -