Interface SarifParserCallback
- All Known Implementing Classes:
SarifParserCallbackImpl
public interface SarifParserCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoidonFileIssue(String ruleId, String level, String absolutePath, Collection<Location> secondaryLocations, String message) voidonIssue(String ruleId, String level, Location primaryLocation, Collection<Location> secondaryLocations) voidonProjectIssue(String ruleId, String level, org.sonar.api.scanner.fs.InputProject inputProject, String message) voidonRule(String ruleId, String shortDescription, String fullDescription, String defaultLevel, String category)
-
Method Details
-
onProjectIssue
-
onFileIssue
-
onRule
-