org.sonar.batch.phases
Class ProjectInitializer

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

public class ProjectInitializer
extends Object
implements BatchComponent

Should be dropped when org.sonar.api.resources.Project is fully refactored.


Constructor Summary
ProjectInitializer(Settings settings, Languages languages)
           
 
Method Summary
 void execute(Project project)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectInitializer

public ProjectInitializer(Settings settings,
                          Languages languages)
Method Detail

execute

public void execute(Project project)


Copyright © 2009–2015 SonarSource. All rights reserved.