public interface About
Modifier and Type | Field and Description |
---|---|
static int |
MAX_INFORMATION_LENGTH
The maximum length of the strings returned by the methods
in this interface that can be stored in the database.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContact()
Contact information to get more information about the plugin.
|
java.lang.String |
getCopyright()
A copyright notice.
|
java.lang.String |
getDescription()
A description of the plugin and what it does.
|
java.lang.String |
getEmail()
An email adress to get more information about the plugin.
|
java.lang.String |
getMaxBaseVersion()
Get the maximum BASE version were to plug-in no longer is
expected to work.
|
java.lang.String |
getMinBaseVersion()
Get the minimum BASE version that the plug-in requires.
|
java.lang.String |
getName()
The name of the plugin.
|
java.lang.String |
getUrl()
An URL to get more information about the plugin.
|
java.lang.String |
getVersion()
The version of the plugin software.
|
static final int MAX_INFORMATION_LENGTH
java.lang.String getName()
java.lang.String getVersion()
java.lang.String getMinBaseVersion()
java.lang.String getMaxBaseVersion()
java.lang.String getDescription()
java.lang.String getCopyright()
java.lang.String getContact()
java.lang.String getEmail()
java.lang.String getUrl()