org.sonar.batch.bootstrap
Class ExtensionInstaller

java.lang.Object
  extended by org.sonar.batch.bootstrap.ExtensionInstaller

public class ExtensionInstaller
extends Object


Constructor Summary
ExtensionInstaller(BatchPluginRepository pluginRepository, EnvironmentInformation env, AnalysisMode analysisMode)
           
 
Method Summary
 ExtensionInstaller install(ComponentContainer container, ExtensionMatcher matcher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionInstaller

public ExtensionInstaller(BatchPluginRepository pluginRepository,
                          EnvironmentInformation env,
                          AnalysisMode analysisMode)
Method Detail

install

public ExtensionInstaller install(ComponentContainer container,
                                  ExtensionMatcher matcher)


Copyright © 2009–2015 SonarSource. All rights reserved.