Uses of Class
org.jivesoftware.openfire.container.PluginMetadata
Packages that use PluginMetadata
Package
Description
The microkernel core of the server is a simple, flexible, nested
container framework defined in this package.
Classes that provide the "check for update" service or the "get available plugins" service.
-
Uses of PluginMetadata in org.jivesoftware.openfire.container
Methods in org.jivesoftware.openfire.container that return PluginMetadataModifier and TypeMethodDescriptionstatic PluginMetadata
PluginMetadata.getInstance
(Path pluginDir) Constructs a metadata object based on a plugin.static PluginMetadata
PluginMetadata.getInstance
(Plugin plugin) Constructs a metadata object based on a plugin.PluginManager.getMetadata
(String canonicalName) Returns metadata for an extracted plugin, or null when the plugin is extracted nor loaded.Methods in org.jivesoftware.openfire.container that return types with arguments of type PluginMetadataModifier and TypeMethodDescriptionPluginManager.getMetadataExtractedPlugins()
Returns metadata for all extracted plugins, mapped by their canonical name. -
Uses of PluginMetadata in org.jivesoftware.openfire.update
Subclasses of PluginMetadata in org.jivesoftware.openfire.update