|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MavenCollector
Main interface for collecting data during the sonar maven plugin call
| Method Summary | |
|---|---|
void |
collect(MavenPom pom,
ProjectContext context)
Collects data after the MavenPluginHandler execution |
java.lang.Class<? extends MavenPluginHandler> |
dependsOnMavenPlugin(MavenPom pom)
the collector should depend on the execution of a Maven plugin. |
boolean |
shouldCollectOn(MavenPom pom)
Defines if the mavne collector should be launched on the given pom |
| Method Detail |
|---|
java.lang.Class<? extends MavenPluginHandler> dependsOnMavenPlugin(MavenPom pom)
boolean shouldCollectOn(MavenPom pom)
pom - the pom to test
void collect(MavenPom pom,
ProjectContext context)
pom - the pom being collectedcontext - the context to collect data
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||