public interface MangoPluginType
Modifier and Type | Method and Description |
---|---|
String |
getMinimumVersionSupported()
Returns the minimum version of Mango that will support this plugin (e.g., "2.5").
|
String |
getPluginName()
Returns the name of this plugin.
|
URL |
getPluginURL()
Returns a URL to download this plugin.
|
String |
getVersion()
Returns the version of this plugin (e.g., "1.0").
|
boolean |
hasNewerVersion()
Returns true if a newer version of this plugin exists.
|
String getMinimumVersionSupported()
String getPluginName()
URL getPluginURL()
String getVersion()
boolean hasNewerVersion()