Uses of Class
edu.hm.hafner.analysis.registry.ParserDescriptor
-
Packages that use ParserDescriptor Package Description edu.hm.hafner.analysis.registry Provides a registry for allparsers. -
-
Uses of ParserDescriptor in edu.hm.hafner.analysis.registry
Subclasses of ParserDescriptor in edu.hm.hafner.analysis.registry Modifier and Type Class Description classDryDescriptorA descriptor for duplicate code parsers.classFindBugsDescriptorA descriptor for the FindBugs parser.classOwaspDependencyCheckDescriptorDescriptor for OWASP dependency check report parser.Methods in edu.hm.hafner.analysis.registry that return ParserDescriptor Modifier and Type Method Description ParserDescriptorParserRegistry. get(String id)Returns theParserDescriptorwith the specified ID.Methods in edu.hm.hafner.analysis.registry that return types with arguments of type ParserDescriptor Modifier and Type Method Description List<ParserDescriptor>ParserRegistry. getAllDescriptors()Returns all descriptors.
-