org.sonar.batch.bootstrap
Class BatchExtensionInstaller

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

public final class BatchExtensionInstaller
extends Object
implements BatchComponent


Constructor Summary
BatchExtensionInstaller(BatchPluginRepository pluginRepository, EnvironmentInformation environment, DryRun dryRun)
           
 
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

BatchExtensionInstaller

public BatchExtensionInstaller(BatchPluginRepository pluginRepository,
                               EnvironmentInformation environment,
                               DryRun dryRun)
Method Detail

install

public void install(Module module)


Copyright © 2009-2012 SonarSource. All Rights Reserved.