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