org.sonar.maven
Interface Collector


public interface Collector


Method Summary
 void collect()
           
 boolean shouldExecuteOn(org.apache.maven.project.MavenProject mavenProject)
           
 boolean shouldStopOnFailure()
           
 

Method Detail

shouldStopOnFailure

boolean shouldStopOnFailure()

shouldExecuteOn

boolean shouldExecuteOn(org.apache.maven.project.MavenProject mavenProject)

collect

void collect()


Copyright © 2008 SonarSource SA. All Rights Reserved.