Uses of Class
org.jivesoftware.util.Version
Packages that use Version
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.
Utility classes.
-
Uses of Version in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return VersionModifier and TypeMethodDescriptionXMPPServerInfo.getVersion()
Obtain the server's version information. -
Uses of Version in org.jivesoftware.openfire.container
Methods in org.jivesoftware.openfire.container that return VersionModifier and TypeMethodDescriptionPluginMetadata.getMinServerVersion()
static Version
PluginMetadataHelper.getMinServerVersion
(Path pluginDir) Returns the minimum server version this plugin can run within.static Version
PluginMetadataHelper.getMinServerVersion
(Plugin plugin) Returns the minimum server version this plugin can run within.PluginMetadata.getPriorToServerVersion()
static Version
PluginMetadataHelper.getPriorToServerVersion
(Path pluginDir) Returns the server version up, but not including, in which this plugin can run within.static Version
PluginMetadataHelper.getPriorToServerVersion
(Plugin plugin) Returns the server version up, but not including, in which this plugin can run within.PluginMetadata.getVersion()
static Version
PluginMetadataHelper.getVersion
(Path pluginDir) Returns the version of a plugin.static Version
PluginMetadataHelper.getVersion
(Plugin plugin) Returns the version of a plugin.Constructors in org.jivesoftware.openfire.container with parameters of type VersionModifierConstructorDescriptionPluginMetadata
(String name, String canonicalName, String description, Version version, String author, URL icon, URL changelog, URL readme, String license, Version minServerVersion, Version priorToServerVersion, JavaSpecVersion minJavaVersion, boolean csrfProtectionEnabled) -
Uses of Version in org.jivesoftware.openfire.spi
Fields in org.jivesoftware.openfire.spi declared as VersionMethods in org.jivesoftware.openfire.spi that return Version -
Uses of Version in org.jivesoftware.openfire.update
Methods in org.jivesoftware.openfire.update that return VersionModifier and TypeMethodDescriptionUpdate.getLatest()
Returns the latest version of the component that was found.Methods in org.jivesoftware.openfire.update with parameters of type VersionModifier and TypeMethodDescriptionUpdateManager.getPluginUpdate
(String pluginName, Version currentVersion) Returns the plugin update ornull
if the plugin is up to date.Constructors in org.jivesoftware.openfire.update with parameters of type VersionModifierConstructorDescriptionAvailablePlugin
(String name, String canonicalName, String description, Version latestVersion, String author, URL icon, URL changelog, URL readme, String license, Version minServerVersion, Version priorToServerVersion, JavaSpecVersion minJavaVersion, URL downloadUrl, long fileSize, String releaseDate) -
Uses of Version in org.jivesoftware.util
Methods in org.jivesoftware.util that return VersionMethods in org.jivesoftware.util with parameters of type VersionModifier and TypeMethodDescriptionint
boolean
Version.isNewerThan
(Version otherVersion) Convenience method for comparing versions