Package | Description |
---|---|
org.jivesoftware.openfire | |
org.jivesoftware.openfire.container |
The microkernel core of the server is a simple, flexible, nested
container framework defined in this package.
|
org.jivesoftware.openfire.spi | |
org.jivesoftware.openfire.update |
Classes that provide the "check for update" service or the "get available plugins" service.
|
org.jivesoftware.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
Version |
XMPPServerInfo.getVersion()
Obtain the server's version information.
|
Modifier and Type | Method and Description |
---|---|
Version |
PluginMetadata.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.
|
Version |
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.
|
Version |
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.
|
Constructor and 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) |
Modifier and Type | Field and Description |
---|---|
static Version |
XMPPServerInfoImpl.VERSION |
Modifier and Type | Method and Description |
---|---|
Version |
XMPPServerInfoImpl.getVersion() |
Modifier and Type | Method and Description |
---|---|
Update |
UpdateManager.getPluginUpdate(String pluginName,
Version currentVersion)
Returns the plugin update or null if the plugin is up to date.
|
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
Version |
Version.ignoringReleaseStatus() |
Modifier and Type | Method and Description |
---|---|
int |
Version.compareTo(Version that) |
boolean |
Version.isNewerThan(Version otherVersion)
Convenience method for comparing versions
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.