org.sonar.batch
Class MavenPluginsConfigurator

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

public class MavenPluginsConfigurator
extends Object
implements CoreJob


Constructor Summary
MavenPluginsConfigurator(BatchExtensionDictionnary dictionnary, ServerHttpClient server)
           
 
Method Summary
protected  void configureHandler(Project project, MavenPluginHandler handler)
           
 void execute(Project project, SensorContext context)
           
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,
                                ServerHttpClient server)
Method Detail

execute

public void execute(Project project,
                    SensorContext context)
Specified by:
execute in interface CoreJob

configureHandler

protected void configureHandler(Project project,
                                MavenPluginHandler handler)

savePom

protected void savePom(Project project)


Copyright © 2009-2010 SonarSource SA. All Rights Reserved.