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.