org.sonar.batch.bootstrap
Class BatchPluginJarInstaller
java.lang.Object
org.sonar.core.plugins.PluginJarInstaller
org.sonar.batch.bootstrap.BatchPluginJarInstaller
- All Implemented Interfaces:
- BatchComponent, ServerComponent
public class BatchPluginJarInstaller
- extends PluginJarInstaller
- implements BatchComponent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchPluginJarInstaller
public BatchPluginJarInstaller(FileCache cache)
installToCache
public DefaultPluginMetadata installToCache(File pluginFile,
boolean isCore)
extractPluginDependencies
protected File extractPluginDependencies(File pluginFile,
File pluginBasedir)
throws IOException
- Specified by:
extractPluginDependencies in class PluginJarInstaller
- Throws:
IOException
Copyright © 2009–2015 SonarSource. All rights reserved.