XmlCheckContext
PomCheckContextImpl
@Beta public interface PomCheckContext extends XmlCheckContext
Modifier and Type | Interface | Description |
---|---|---|
static class |
PomCheckContext.Location |
XmlCheckContext.XmlDocumentLocation
Modifier and Type | Method | Description |
---|---|---|
org.sonar.maven.model.maven2.MavenProject |
getMavenProject() |
|
void |
reportIssue(PomCheck check,
int line,
String message,
List<PomCheckContext.Location> secondary) |
|
void |
reportIssue(PomCheck check,
org.sonar.maven.model.LocatedTree tree,
String message) |
compile, evaluate, evaluateOnDocument, getFile, reportIssue, reportIssue, reportIssue, reportIssue, reportIssueOnFile
org.sonar.maven.model.maven2.MavenProject getMavenProject()
void reportIssue(PomCheck check, org.sonar.maven.model.LocatedTree tree, String message)
void reportIssue(PomCheck check, int line, String message, List<PomCheckContext.Location> secondary)
Copyright © 2012–2018 SonarSource. All rights reserved.