public interface UpdateRepository
| Modifier and Type | Method and Description |
|---|---|
FileDownloader |
getFileDownloader()
Each repository has the option of overriding the download process.
|
FileVerifier |
getFileVerifier()
Gets a file verifier to execute on the downloaded file for it to be claimed valid.
|
String |
getId() |
PluginInfo |
getPlugin(String id)
Get a particular plugin information from this repository.
|
Map<String,PluginInfo> |
getPlugins()
Get all plugin information for this repository.
|
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()
FileVerifier getFileVerifier()
FileVerifierCopyright © 2020. All rights reserved.