com.lewisd.maven.lint
Interface ResultCollector

All Known Implementing Classes:
ResultCollectorImpl

public interface ResultCollector


Method Summary
 void addViolation(org.apache.maven.project.MavenProject mavenProject, Rule rule, String message, org.apache.maven.model.InputLocation inputLocation)
           
 boolean hasViolations()
           
 void writeResults(File outputFile, org.apache.maven.project.MavenProject mavenProject)
           
 void writeSummary()
           
 

Method Detail

writeSummary

void writeSummary()

addViolation

void addViolation(org.apache.maven.project.MavenProject mavenProject,
                  Rule rule,
                  String message,
                  org.apache.maven.model.InputLocation inputLocation)

hasViolations

boolean hasViolations()

writeResults

void writeResults(File outputFile,
                  org.apache.maven.project.MavenProject mavenProject)


Copyright © 2012. All Rights Reserved.