com.lewisd.maven.lint
Class Violation

java.lang.Object
  extended by 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)
           
 
Method Summary
 org.apache.maven.model.InputLocation getInputLocation()
           
 org.apache.maven.project.MavenProject getMavenProject()
           
 String getMessage()
           
 Rule getRule()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Violation

public Violation(org.apache.maven.project.MavenProject mavenProject,
                 Rule rule,
                 String message,
                 org.apache.maven.model.InputLocation inputLocation)
Method Detail

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.