Uses of Class
org.sonar.plugins.api.maven.model.MavenPom

Packages that use MavenPom
org.sonar.plugins.api.maven   
org.sonar.plugins.api.maven.model   
org.sonar.plugins.cpd   
 

Uses of MavenPom in org.sonar.plugins.api.maven
 

Methods in org.sonar.plugins.api.maven with parameters of type MavenPom
 void MavenCollector.collect(MavenPom pom, ProjectContext context)
          Collects data after the MavenPluginHandler execution
 void AbstractViolationsCollector.collect(MavenPom pom, ProjectContext context)
           
 void AbstractImportSourceMavenCollector.collect(MavenPom pom, ProjectContext context)
           
 void MavenPluginHandler.configure(MavenPom pom)
          Configures the pom being executed, add or remove plugin properties
 void AbstractMavenPluginHandler.configure(MavenPom pom)
           
abstract  void AbstractMavenPluginHandler.configurePlugin(MavenPom pom, MavenPlugin plugin)
           
 java.lang.Class<? extends MavenPluginHandler> MavenCollector.dependsOnMavenPlugin(MavenPom pom)
          the collector should depend on the execution of a Maven plugin.
 java.lang.Class<? extends MavenPluginHandler> AbstractImportSourceMavenCollector.dependsOnMavenPlugin(MavenPom pom)
           
 void MavenCollectorFilter.filter(java.util.List<MavenCollector> collectors, MavenPom pom)
          Filters the list of maven collectorsm filtering (adding,removing elements) is done directly on the collectors list
static java.io.File MavenCollectorUtils.findFileFromBuildDirectory(MavenPom project, java.lang.String filename)
           
abstract  java.util.List<java.io.File> AbstractViolationsCollector.getViolationFilesToParse(MavenPom pom, ProjectContext context)
           
abstract  AbstractViolationsStaxParser AbstractViolationsCollector.getViolationsParser(MavenPom pom, ProjectContext context)
           
protected  boolean AbstractImportSourceMavenCollector.isEnabled(MavenPom pom)
           
 boolean MavenCollector.shouldCollectOn(MavenPom pom)
          Defines if the mavne collector should be launched on the given pom
 boolean AbstractMavenCollector.shouldCollectOn(MavenPom pom)
           
 boolean AbstractImportSourceMavenCollector.shouldCollectOn(MavenPom pom)
           
 

Uses of MavenPom in org.sonar.plugins.api.maven.model
 

Methods in org.sonar.plugins.api.maven.model that return MavenPom
 MavenPom MavenPom.getRootPom()
           
 

Methods in org.sonar.plugins.api.maven.model with parameters of type MavenPom
 void MavenPlugin.copyDependenciesFrom(MavenPom pom)
           
 

Uses of MavenPom in org.sonar.plugins.cpd
 

Methods in org.sonar.plugins.cpd with parameters of type MavenPom
 void CpdMavenCollector.collect(MavenPom pom, ProjectContext context)
           
 java.lang.Class<? extends MavenPluginHandler> CpdMavenCollector.dependsOnMavenPlugin(MavenPom pom)
           
 boolean CpdMavenCollector.shouldCollectOn(MavenPom pom)
           
 

Constructors in org.sonar.plugins.cpd with parameters of type MavenPom
CpdExecutor(MavenPom pom, Exclusions exclusions)
           
CpdExecutor(MavenPom pom, ProjectContext context, CpdMapping mapping, org.apache.commons.configuration.Configuration configuration, Exclusions exclusions)
           
 



Copyright © 2009 SonarSource SA. All Rights Reserved.