public interface UpdateRepository
| Modifier and Type | Method and Description |
|---|---|
FileDownloader |
getFileDownloader()
Each repository has the option of overriding the download process.
|
String |
getId() |
PluginInfo |
getPlugin(String id)
Get a particular plugin from this repo
|
Map<String,PluginInfo> |
getPlugins()
Get all plugin descriptors for this repo
|
URL |
getUrl() |
void |
refresh()
Flushes cached info to force re-fetching repository state on next get
|
String getId()
URL getUrl()
Map<String,PluginInfo> getPlugins()
PluginInfo getPlugin(String id)
id - the id of the pluginvoid refresh()
FileDownloader getFileDownloader()
Copyright © 2017. All Rights Reserved.