org.sonar.batch.bootstrap
Class ProjectExtensionInstaller

java.lang.Object
  extended by org.sonar.batch.bootstrap.ProjectExtensionInstaller
All Implemented Interfaces:
BatchComponent

public final class ProjectExtensionInstaller
extends Object
implements BatchComponent


Constructor Summary
ProjectExtensionInstaller(BatchPluginRepository pluginRepository, EnvironmentInformation environment, DryRun dryRun, Project project, ProjectSettings settings)
           
 
Method Summary
 void install(Module module)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectExtensionInstaller

public ProjectExtensionInstaller(BatchPluginRepository pluginRepository,
                                 EnvironmentInformation environment,
                                 DryRun dryRun,
                                 Project project,
                                 ProjectSettings settings)
Method Detail

install

public void install(Module module)


Copyright © 2009-2012 SonarSource. All Rights Reserved.