Uses of Class
org.jivesoftware.openfire.container.PluginMetadata
-
Packages that use PluginMetadata Package Description org.jivesoftware.openfire.container The microkernel core of the server is a simple, flexible, nested container framework defined in this package.org.jivesoftware.openfire.update 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 PluginMetadata Modifier and Type Method Description static 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.PluginMetadata
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 PluginMetadata Modifier and Type Method Description Map<String,PluginMetadata>
PluginManager. 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 Modifier and Type Class Description class
AvailablePlugin
Plugin available at igniterealtime.org.
-