Uses of Class
org.jivesoftware.util.JavaSpecVersion
-
Packages that use JavaSpecVersion 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.org.jivesoftware.util Utility classes. -
-
Uses of JavaSpecVersion in org.jivesoftware.openfire.container
Methods in org.jivesoftware.openfire.container that return JavaSpecVersion Modifier and Type Method Description JavaSpecVersion
PluginMetadata. 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 JavaSpecVersion Constructor Description PluginMetadata(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 JavaSpecVersion Constructor Description AvailablePlugin(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 JavaSpecVersion Modifier and Type Method Description int
JavaSpecVersion. compareTo(JavaSpecVersion that)
boolean
JavaSpecVersion. isNewerThan(JavaSpecVersion otherVersion)
Convenience method for comparing versions
-