Uses of Class
edu.hm.hafner.analysis.ReaderFactory
Packages that use ReaderFactory
Package
Description
Provides base classes and utilities to parse files for warnings, issues, and so on.
The available parsers.
CCM parser.
CheckStyle parser.
Duplicate Code parsers.
FxCop parser.
Gendarme parser.
JC Report parser.
PMD parser.
Parsers that use the violations lib (https://github.com/tomasbjerre/violations-lib).
-
Uses of ReaderFactory in edu.hm.hafner.analysis
Subclasses of ReaderFactory in edu.hm.hafner.analysisModifier and TypeClassDescriptionclassProvides aReaderFactorythat returns readers for a given file.Methods in edu.hm.hafner.analysis with parameters of type ReaderFactoryModifier and TypeMethodDescriptionbooleanIssueParser.accepts(ReaderFactory readerFactory) Returns whether this parser accepts the specified file as valid input.protected booleanIssueParser.isXmlFile(ReaderFactory readerFactory) Returns whether the specified file is an XML file.abstract ReportIssueParser.parse(ReaderFactory readerFactory) Parses the specified file for issues.LookaheadParser.parse(ReaderFactory readerFactory) IssueParser.parseFile(ReaderFactory readerFactory) Parses the specified file for issues. -
Uses of ReaderFactory in edu.hm.hafner.analysis.parser
Methods in edu.hm.hafner.analysis.parser with parameters of type ReaderFactoryModifier and TypeMethodDescriptionbooleanClangAnalyzerPlistParser.accepts(ReaderFactory readerFactory) booleanEclipseMavenParser.accepts(ReaderFactory readerFactory) booleanEclipseParser.accepts(ReaderFactory readerFactory) booleanEclipseXMLParser.accepts(ReaderFactory readerFactory) booleanFlowParser.accepts(ReaderFactory readerFactory) booleanJsonIssueParser.accepts(ReaderFactory readerFactory) booleanJsonLogParser.accepts(ReaderFactory readerFactory) booleanJsonParser.accepts(ReaderFactory readerFactory) booleanOTDockerLintParser.accepts(ReaderFactory readerFactory) booleanSonarQubeParser.accepts(ReaderFactory readerFactory) booleanXmlParser.accepts(ReaderFactory readerFactory) AjcParser.parse(ReaderFactory reader) CargoCheckParser.parse(ReaderFactory readerFactory) ClangAnalyzerPlistParser.parse(ReaderFactory readerFactory) EclipseXMLParser.parse(ReaderFactory readerFactory) EmbeddedEngineerParser.parse(ReaderFactory reader) IdeaInspectionParser.parse(ReaderFactory readerFactory) JsonIssueParser.parse(ReaderFactory readerFactory) JsonLogParser.parse(ReaderFactory readerFactory) JsonParser.parse(ReaderFactory readerFactory) LintParser.parse(ReaderFactory readerFactory) PolyspaceParser.parse(ReaderFactory reader) Creates a new instance ofPolyspaceParser.QtTranslationParser.parse(ReaderFactory readerFactory) RfLintParser.parse(ReaderFactory readerFactory) SimulinkCheckParser.parse(ReaderFactory readerFactory) StyleCopParser.parse(ReaderFactory readerFactory) TaglistParser.parse(ReaderFactory readerFactory) XmlParser.parse(ReaderFactory readerFactory) -
Uses of ReaderFactory in edu.hm.hafner.analysis.parser.ccm
Methods in edu.hm.hafner.analysis.parser.ccm with parameters of type ReaderFactory -
Uses of ReaderFactory in edu.hm.hafner.analysis.parser.checkstyle
Methods in edu.hm.hafner.analysis.parser.checkstyle with parameters of type ReaderFactory -
Uses of ReaderFactory in edu.hm.hafner.analysis.parser.dry
Methods in edu.hm.hafner.analysis.parser.dry with parameters of type ReaderFactory -
Uses of ReaderFactory in edu.hm.hafner.analysis.parser.findbugs
Methods in edu.hm.hafner.analysis.parser.findbugs with parameters of type ReaderFactory -
Uses of ReaderFactory in edu.hm.hafner.analysis.parser.fxcop
Methods in edu.hm.hafner.analysis.parser.fxcop with parameters of type ReaderFactory -
Uses of ReaderFactory in edu.hm.hafner.analysis.parser.gendarme
Methods in edu.hm.hafner.analysis.parser.gendarme with parameters of type ReaderFactory -
Uses of ReaderFactory in edu.hm.hafner.analysis.parser.jcreport
Methods in edu.hm.hafner.analysis.parser.jcreport with parameters of type ReaderFactoryModifier and TypeMethodDescriptionJcReportParser.createReport(ReaderFactory readerFactory) Creates a Report-Object out of the content within the JcReport.xml.JcReportParser.parse(ReaderFactory reader) -
Uses of ReaderFactory in edu.hm.hafner.analysis.parser.pmd
Methods in edu.hm.hafner.analysis.parser.pmd with parameters of type ReaderFactory -
Uses of ReaderFactory in edu.hm.hafner.analysis.parser.pvsstudio
Methods in edu.hm.hafner.analysis.parser.pvsstudio with parameters of type ReaderFactory -
Uses of ReaderFactory in edu.hm.hafner.analysis.parser.violations
Methods in edu.hm.hafner.analysis.parser.violations with parameters of type ReaderFactoryModifier and TypeMethodDescriptionAbstractViolationAdapter.parse(ReaderFactory readerFactory) JUnitAdapter.parse(ReaderFactory readerFactory)