com.lewisd.maven.lint
Class Violation
java.lang.Object
com.lewisd.maven.lint.Violation
public class Violation
- extends Object
|
Constructor Summary |
Violation(org.apache.maven.project.MavenProject mavenProject,
Rule rule,
String message,
org.apache.maven.model.InputLocation inputLocation)
|
Violation
public Violation(org.apache.maven.project.MavenProject mavenProject,
Rule rule,
String message,
org.apache.maven.model.InputLocation inputLocation)
toString
public String toString()
- Overrides:
toString in class Object
getMavenProject
public org.apache.maven.project.MavenProject getMavenProject()
getMessage
public String getMessage()
getInputLocation
public org.apache.maven.model.InputLocation getInputLocation()
getRule
public Rule getRule()
Copyright © 2012. All Rights Reserved.