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.
|
Modifier and Type | Method and 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.
|
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,
boolean csrfProtectionEnabled) |
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,
String releaseDate) |
Modifier and Type | Method and Description |
---|---|
int |
JavaSpecVersion.compareTo(JavaSpecVersion that) |
boolean |
JavaSpecVersion.isNewerThan(JavaSpecVersion otherVersion)
Convenience method for comparing versions
|
Copyright © 2003–2020 Ignite Realtime. All rights reserved.