|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface About
Get information, such as the name, version and authors, about a plugin.
Plugin,
AboutImpl| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
String |
getContact()
Contact information to get more information about the plugin. |
String |
getCopyright()
A copyright notice. |
String |
getDescription()
A description of the plugin and what it does. |
String |
getEmail()
An email adress to get more information about the plugin. |
String |
getMaxBaseVersion()
Get the maximum BASE version were to plug-in no longer is expected to work. |
String |
getMinBaseVersion()
Get the minimum BASE version that the plug-in requires. |
String |
getName()
The name of the plugin. |
String |
getUrl()
An URL to get more information about the plugin. |
String |
getVersion()
The version of the plugin software. |
| Field Detail |
|---|
static final int MAX_INFORMATION_LENGTH
| Method Detail |
|---|
String getName()
String getVersion()
String getMinBaseVersion()
String getMaxBaseVersion()
String getDescription()
String getCopyright()
String getContact()
String getEmail()
String getUrl()
|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||