| Package | Description |
|---|---|
| ro.fortsoft.pf4j.update |
| Modifier and Type | Method and Description |
|---|---|
PluginInfo |
DefaultUpdateRepository.getPlugin(String id) |
PluginInfo |
UpdateRepository.getPlugin(String id)
Get a particular plugin from this repo
|
| Modifier and Type | Method and Description |
|---|---|
List<PluginInfo> |
UpdateManager.getAvailablePlugins() |
Map<String,PluginInfo> |
DefaultUpdateRepository.getPlugins() |
List<PluginInfo> |
UpdateManager.getPlugins()
Get the list of plugins from all repos
|
Map<String,PluginInfo> |
UpdateRepository.getPlugins()
Get all plugin descriptors for this repo
|
Map<String,PluginInfo> |
UpdateManager.getPluginsMap()
Get a map of all plugins from all repos where key is plugin id
|
List<PluginInfo> |
UpdateManager.getUpdates()
Return a list of plugins that are newer versions of already installed plugins
|
| Modifier and Type | Method and Description |
|---|---|
int |
PluginInfo.compareTo(PluginInfo o) |
Copyright © 2017. All Rights Reserved.