|
||||||||||
| 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>
public abstract class AbstractMavenCollector<LANG extends Language>
| Constructor Summary | |
|---|---|
AbstractMavenCollector(LANG language)
|
|
| Method Summary | |
|---|---|
LANG |
getLanguage()
|
protected abstract boolean |
shouldCollectIfNoSources()
|
boolean |
shouldCollectOn(MavenPom pom)
Defines if the mavne collector should be launched on the given pom |
| 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 |
|---|
collect, dependsOnMavenPlugin |
| Constructor Detail |
|---|
public AbstractMavenCollector(LANG language)
| Method Detail |
|---|
public boolean shouldCollectOn(MavenPom pom)
MavenCollector
shouldCollectOn in interface MavenCollectorpom - the pom to test
protected abstract boolean shouldCollectIfNoSources()
public LANG getLanguage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||