org.sonar.batch.phases
Class MavenPluginsConfigurator

java.lang.Object
  extended by org.sonar.batch.phases.MavenPluginsConfigurator
All Implemented Interfaces:
BatchComponent

public class MavenPluginsConfigurator
extends Object
implements BatchComponent


Constructor Summary
MavenPluginsConfigurator(BatchExtensionDictionnary dictionnary)
           
 
Method Summary
protected  void configureHandler(Project project, MavenPluginHandler handler)
           
 void execute(Project project)
           
protected  void savePom(Project project)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenPluginsConfigurator

public MavenPluginsConfigurator(BatchExtensionDictionnary dictionnary)
Method Detail

execute

public void execute(Project project)

configureHandler

protected void configureHandler(Project project,
                                MavenPluginHandler handler)

savePom

protected void savePom(Project project)


Copyright © 2009-2012 SonarSource. All Rights Reserved.