Package se.bjurr.violations.lib.parsers
Interface ViolationsParser
-
- All Known Implementing Classes:
AndroidLintParser,AnsibleLaterParser,CheckStyleParser,CLangParser,CodeClimateParser,CodeNarcParser,CoverityParser,CPDParser,CPPCheckParser,CppLintParser,CSSLintParser,DocFXParser,FindbugsParser,Flake8Parser,FxCopParser,GendarmeParser,GenericParser,GHSParser,GoLintParser,GoogleErrorProneParser,IARParser,JacocoParser,JCReportParser,JSLintParser,JUnitParser,KlocworkParser,KotlinGradleParser,KotlinMavenParser,LintParser,MachineParser,MSBuildLogParser,MSCPPParser,MyPyParser,PCLintParser,PerlCriticParser,PiTestParser,PMDParser,ProtoLintParser,PyDocStyleParser,PyLintParser,ResharperParser,SarifParser,SbtScalacParser,SemgrepParser,SimianParser,SonarParser,StyleCopParser,ValgrindParser,XMLLintParser,XUnitParser,YAMLlintParser,ZPTLintParser
public interface ViolationsParser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<Violation>parseReportOutput(java.lang.String reportContent, ViolationsLogger violationsLogger)
-
-
-
Method Detail
-
parseReportOutput
java.util.Set<Violation> parseReportOutput(java.lang.String reportContent, ViolationsLogger violationsLogger) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-