Uses of Interface
org.sonar.java.xml.maven.PomCheck
-
Packages that use PomCheck Package Description org.sonar.java.xml.maven -
-
Uses of PomCheck in org.sonar.java.xml.maven
Methods in org.sonar.java.xml.maven with parameters of type PomCheck Modifier and Type Method Description void
PomCheckContext. reportIssue(PomCheck check, int line, String message, List<PomCheckContext.Location> secondary)
void
PomCheckContext. reportIssue(PomCheck check, org.sonar.maven.model.LocatedTree tree, String message)
void
PomCheckContextImpl. reportIssue(PomCheck check, int line, String message, List<PomCheckContext.Location> secondary)
void
PomCheckContextImpl. reportIssue(PomCheck check, org.sonar.maven.model.LocatedTree tree, String message)
-