public class PomCheckContextImpl extends XmlCheckContextImpl implements PomCheckContext
PomCheckContext.LocationXmlCheckContext.XmlDocumentLocation| Constructor and Description |
|---|
PomCheckContextImpl(MavenProject project,
Document document,
File file,
XPath xPath,
SonarComponents sonarComponents) |
| 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) |
buildAnalyzerMessage, compile, evaluate, evaluateOnDocument, getFile, getSonarComponents, reportIssue, reportIssue, reportIssue, reportIssue, reportIssueOnFileclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompile, evaluate, evaluateOnDocument, getFile, reportIssue, reportIssue, reportIssue, reportIssue, reportIssueOnFilepublic PomCheckContextImpl(MavenProject project, Document document, File file, XPath xPath, SonarComponents sonarComponents)
public MavenProject getMavenProject()
getMavenProject in interface PomCheckContextpublic void reportIssue(PomCheck check, LocatedTree tree, String message)
reportIssue in interface PomCheckContextpublic void reportIssue(PomCheck check, int line, String message, List<PomCheckContext.Location> secondary)
reportIssue in interface PomCheckContextCopyright © 2012–2016 SonarSource. All rights reserved.