public class PluginUpdater extends java.lang.Object
| Constructor and Description |
|---|
PluginUpdater() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkUpdate(boolean silent)
Do the check update process
|
static void |
checkUpdate(boolean showProgress,
boolean auto)
Deprecated.
Use
checkUpdate(boolean) instead |
static PluginDescriptor |
getUpdate(PluginDescriptor plugin)
Get update for the specified plugin.
|
static boolean |
isCheckingForUpdate()
return true if we are currently checking for update
|
static void |
processCheckUpdate()
Check for plugins update process (synchronized method)
|
static void |
updatePlugins(java.util.List<PluginDescriptor> plugins,
boolean showProgress)
Update the specified list of plugins.
|
public PluginUpdater()
public static boolean isCheckingForUpdate()
public static void checkUpdate(boolean silent)
@Deprecated public static void checkUpdate(boolean showProgress, boolean auto)
checkUpdate(boolean) insteadpublic static PluginDescriptor getUpdate(PluginDescriptor plugin)
plugin - local plugin we are looking update forpublic static void updatePlugins(java.util.List<PluginDescriptor> plugins, boolean showProgress)
public static void processCheckUpdate()