|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.basedb.core.plugin.AboutImpl
public class AboutImpl
A simple implementation of the About interface.
| Field Summary | |
|---|---|
private String |
contact
|
private String |
copyright
|
private String |
description
|
private String |
email
|
private String |
maxBaseVersion
|
private String |
minBaseVersion
|
private String |
name
|
private String |
url
|
private String |
version
|
| Fields inherited from interface net.sf.basedb.core.plugin.About |
|---|
MAX_INFORMATION_LENGTH |
| Constructor Summary | |
|---|---|
AboutImpl(String name,
String description,
String version,
String copyright,
String contact,
String email,
String url)
Create a new about object without any min or max BASE version requirement. |
|
AboutImpl(String name,
String description,
String version,
String minBaseVersion,
String maxBaseVersion,
String copyright,
String contact,
String email,
String url)
Create a new About object. |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final String name
private final String description
private final String version
private final String minBaseVersion
private final String maxBaseVersion
private final String copyright
private final String contact
private final String email
private final String url
| Constructor Detail |
|---|
public AboutImpl(String name,
String description,
String version,
String copyright,
String contact,
String email,
String url)
public AboutImpl(String name,
String description,
String version,
String minBaseVersion,
String maxBaseVersion,
String copyright,
String contact,
String email,
String url)
About object.
name - The name of the plugin, null not alloweddescription - A description of the pluginversion - The version of the pluginminBaseVersion - The minium version of BASE that is required by the pluginmaxBaseVersion - The maxium version of BASE that the plugin is expected to work withcopyright - A copyright noticecontact - Contact information for the pluginemail - An email adress to get more information about the pluginurl - An URL to get more inforamtion about the plugin
NullPointerException - If the name is null| Method Detail |
|---|
public String getContact()
About
getContact in interface Aboutpublic String getCopyright()
About
getCopyright in interface Aboutpublic String getDescription()
About
getDescription in interface Aboutpublic String getEmail()
About
getEmail in interface Aboutpublic String getName()
About
getName in interface Aboutpublic String getUrl()
About
getUrl in interface Aboutpublic String getVersion()
About
getVersion in interface Aboutpublic String getMinBaseVersion()
About
getMinBaseVersion in interface Aboutpublic String getMaxBaseVersion()
About
getMaxBaseVersion in interface About
|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||