@DefaultAnnotation(edu.umd.cs.findbugs.annotations.NonNull.class)
Package edu.hm.hafner.analysis.registry
Provides a registry for all
parsers. Consumers of the analysis model
library should never depend directly on one of the parser classes. Rather use the registry to obtain a generic descrptior for the desired parser. You can use this descriptor to
create the actual parser and to query additional properties, like a help text or the default file name pattern.-
Class Summary Class Description DryDescriptor A descriptor for duplicate code parsers.FindBugsDescriptor A descriptor for the FindBugs parser.OwaspDependencyCheckDescriptor Descriptor for OWASP dependency check report parser.ParserDescriptor Interface to describe all descriptors.ParserDescriptor.Option A parser configuration option.ParserRegistry Provides aParserRegistrythat returns a map for all available Parsers.