|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.plugins.api.maven.AbstractMavenCollector<LANG>
org.sonar.plugins.api.maven.AbstractViolationsCollector<LANG>
public abstract class AbstractViolationsCollector<LANG extends Language>
| Constructor Summary | |
|---|---|
AbstractViolationsCollector(LANG lang)
|
|
| Method Summary | |
|---|---|
void |
collect(MavenPom pom,
ProjectContext context)
Collects data after the MavenPluginHandler execution |
abstract java.util.List<java.io.File> |
getViolationFilesToParse(MavenPom pom,
ProjectContext context)
|
abstract AbstractViolationsStaxParser |
getViolationsParser(MavenPom pom,
ProjectContext context)
|
| Methods inherited from class org.sonar.plugins.api.maven.AbstractMavenCollector |
|---|
getLanguage, shouldCollectIfNoSources, shouldCollectOn |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.sonar.plugins.api.maven.MavenCollector |
|---|
dependsOnMavenPlugin |
| Constructor Detail |
|---|
public AbstractViolationsCollector(LANG lang)
| Method Detail |
|---|
public abstract AbstractViolationsStaxParser getViolationsParser(MavenPom pom,
ProjectContext context)
public abstract java.util.List<java.io.File> getViolationFilesToParse(MavenPom pom,
ProjectContext context)
public void collect(MavenPom pom,
ProjectContext context)
MavenCollector
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 | |||||||||