public class AvailablePlugin extends PluginMetadata
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 |
---|---|
URL |
getDownloadURL()
URL from where the latest version of the plugin can be downloaded.
|
long |
getFileSize()
Returns the size in bytes of the plugin jar file.
|
static AvailablePlugin |
getInstance(org.dom4j.Element plugin) |
String |
getReleaseDate() |
getAuthor, getCanonicalName, getChangelog, getDescription, getHashCode, getIcon, getInstance, getInstance, getLicense, getMinJavaVersion, getMinServerVersion, getName, getPriorToServerVersion, getReadme, getVersion, isCsrfProtectionEnabled
public 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)
public static AvailablePlugin getInstance(org.dom4j.Element plugin)
public URL getDownloadURL()
public long getFileSize()
public String getReleaseDate()
Copyright © 2003–2020 Ignite Realtime. All rights reserved.