Package edu.hm.hafner.analysis.registry
@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.-
KlassenKlasseBeschreibungA descriptor for duplicate code parsers.Interface to describe all descriptors.A parser configuration option.Provides a registry for all available
parsers.