Uses of Class
org.jivesoftware.openfire.update.AvailablePlugin
-
Packages that use AvailablePlugin Package Description org.jivesoftware.openfire.update Classes that provide the "check for update" service or the "get available plugins" service. -
-
Uses of AvailablePlugin in org.jivesoftware.openfire.update
Methods in org.jivesoftware.openfire.update that return AvailablePlugin Modifier and Type Method Description static AvailablePlugin
AvailablePlugin. getInstance(org.dom4j.Element plugin)
Methods in org.jivesoftware.openfire.update that return types with arguments of type AvailablePlugin Modifier and Type Method Description List<AvailablePlugin>
UpdateManager. getNotInstalledPlugins()
Returns the list of available plugins, sorted alphabetically, to install as reported by igniterealtime.org.
-