|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.batch.bootstrap.DefaultPluginsReferential
public class DefaultPluginsReferential
A PluginsReferential implementation that put downloaded plugins in a FS cache.
| Constructor Summary | |
|---|---|
DefaultPluginsReferential(FileCache fileCache,
ServerClient server)
|
|
| Method Summary | |
|---|---|
Map<PluginMetadata,SonarPlugin> |
localPlugins()
Return the list of local plugins to be installed |
File |
pluginFile(RemotePlugin remote)
Return location of a given plugin on the local FS. |
List<RemotePlugin> |
pluginList()
Return list of remote plugins to be installed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultPluginsReferential(FileCache fileCache,
ServerClient server)
| Method Detail |
|---|
public File pluginFile(RemotePlugin remote)
PluginsReferential
pluginFile in interface PluginsReferentialpublic List<RemotePlugin> pluginList()
PluginsReferential
pluginList in interface PluginsReferentialpublic Map<PluginMetadata,SonarPlugin> localPlugins()
PluginsReferential
localPlugins in interface PluginsReferential
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||