Uses of Class
edu.hm.hafner.analysis.ReaderFactory
-
Packages that use ReaderFactory Package Description edu.hm.hafner.analysis Provides base classes and utilities to parse files for warnings, issues, and so on.edu.hm.hafner.analysis.parser The available parsers.edu.hm.hafner.analysis.parser.ccm CCM parser.edu.hm.hafner.analysis.parser.checkstyle CheckStyle parser.edu.hm.hafner.analysis.parser.dry Duplicate Code parsers.edu.hm.hafner.analysis.parser.findbugs edu.hm.hafner.analysis.parser.fxcop FxCop parser.edu.hm.hafner.analysis.parser.gendarme Gendarme parser.edu.hm.hafner.analysis.parser.jcreport JC Report parser.edu.hm.hafner.analysis.parser.pmd PMD parser.edu.hm.hafner.analysis.parser.pvsstudio edu.hm.hafner.analysis.parser.violations 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.analysis Modifier and Type Class Description classFileReaderFactoryProvides aReaderFactorythat returns readers for a given file.Methods in edu.hm.hafner.analysis with parameters of type ReaderFactory Modifier and Type Method Description booleanIssueParser. 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.ReportLookaheadParser. parse(ReaderFactory readerFactory)ReportIssueParser. 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 ReaderFactory Modifier and Type Method Description booleanClangAnalyzerPlistParser. 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)ReportAjcParser. parse(ReaderFactory reader)ReportCargoCheckParser. parse(ReaderFactory readerFactory)ReportClangAnalyzerPlistParser. parse(ReaderFactory readerFactory)ReportEclipseXMLParser. parse(ReaderFactory readerFactory)ReportIdeaInspectionParser. parse(ReaderFactory readerFactory)ReportJsonIssueParser. parse(ReaderFactory readerFactory)ReportJsonLogParser. parse(ReaderFactory readerFactory)ReportJsonParser. parse(ReaderFactory readerFactory)ReportLintParser. parse(ReaderFactory readerFactory)ReportQtTranslationParser. parse(ReaderFactory readerFactory)ReportRfLintParser. parse(ReaderFactory readerFactory)ReportStyleCopParser. parse(ReaderFactory readerFactory)ReportTaglistParser. parse(ReaderFactory readerFactory)ReportXmlParser. 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 Modifier and Type Method Description ReportCcmParser. parse(ReaderFactory readerFactory) -
Uses of ReaderFactory in edu.hm.hafner.analysis.parser.checkstyle
Methods in edu.hm.hafner.analysis.parser.checkstyle with parameters of type ReaderFactory Modifier and Type Method Description ReportCheckStyleParser. parse(ReaderFactory readerFactory) -
Uses of ReaderFactory in edu.hm.hafner.analysis.parser.dry
Methods in edu.hm.hafner.analysis.parser.dry with parameters of type ReaderFactory Modifier and Type Method Description ReportAbstractDryParser. parse(ReaderFactory readerFactory) -
Uses of ReaderFactory in edu.hm.hafner.analysis.parser.findbugs
Methods in edu.hm.hafner.analysis.parser.findbugs with parameters of type ReaderFactory Modifier and Type Method Description ReportFindBugsParser. parse(ReaderFactory readerFactory) -
Uses of ReaderFactory in edu.hm.hafner.analysis.parser.fxcop
Methods in edu.hm.hafner.analysis.parser.fxcop with parameters of type ReaderFactory Modifier and Type Method Description ReportFxCopParser. parse(ReaderFactory readerFactory) -
Uses of ReaderFactory in edu.hm.hafner.analysis.parser.gendarme
Methods in edu.hm.hafner.analysis.parser.gendarme with parameters of type ReaderFactory Modifier and Type Method Description ReportGendarmeParser. parse(ReaderFactory factory) -
Uses of ReaderFactory in edu.hm.hafner.analysis.parser.jcreport
Methods in edu.hm.hafner.analysis.parser.jcreport with parameters of type ReaderFactory Modifier and Type Method Description ReportJcReportParser. createReport(ReaderFactory readerFactory)Creates a Report-Object out of the content within the JcReport.xml.ReportJcReportParser. 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 Modifier and Type Method Description ReportPmdParser. parse(ReaderFactory readerFactory) -
Uses of ReaderFactory in edu.hm.hafner.analysis.parser.pvsstudio
Methods in edu.hm.hafner.analysis.parser.pvsstudio with parameters of type ReaderFactory Modifier and Type Method Description ReportPVSStudioParser. parse(ReaderFactory readerFactory) -
Uses of ReaderFactory in edu.hm.hafner.analysis.parser.violations
Methods in edu.hm.hafner.analysis.parser.violations with parameters of type ReaderFactory Modifier and Type Method Description ReportAbstractViolationAdapter. parse(ReaderFactory readerFactory)ReportJUnitAdapter. parse(ReaderFactory readerFactory)
-