Uses of Class
org.jivesoftware.util.JavaSpecVersion
Packages that use JavaSpecVersion
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 JavaSpecVersion in org.jivesoftware.openfire.container
Methods in org.jivesoftware.openfire.container that return JavaSpecVersionModifier and TypeMethodDescriptionPluginMetadata.getMinJavaVersion()
static JavaSpecVersion
PluginMetadataHelper.getMinJavaVersion
(Path pluginDir) Returns the minimum Java specification version this plugin needs to run.static JavaSpecVersion
PluginMetadataHelper.getMinJavaVersion
(Plugin plugin) Returns the minimum Java specification version this plugin needs to run.Constructors in org.jivesoftware.openfire.container with parameters of type JavaSpecVersionModifierConstructorDescriptionPluginMetadata
(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 JavaSpecVersion in org.jivesoftware.openfire.update
Constructors in org.jivesoftware.openfire.update with parameters of type JavaSpecVersionModifierConstructorDescriptionAvailablePlugin
(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 JavaSpecVersion in org.jivesoftware.util
Methods in org.jivesoftware.util with parameters of type JavaSpecVersionModifier and TypeMethodDescriptionint
JavaSpecVersion.compareTo
(JavaSpecVersion that) boolean
JavaSpecVersion.isNewerThan
(JavaSpecVersion otherVersion) Convenience method for comparing versions