|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.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 |
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. |
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 |
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 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)
About
object.
name
- The name of the plugin, null not alloweddescription
- A description of the pluginversion
- The version of the plugincopyright
- 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 nullMethod Detail |
---|
public String getContact()
About
getContact
in interface About
public String getCopyright()
About
getCopyright
in interface About
public String getDescription()
About
getDescription
in interface About
public String getEmail()
About
getEmail
in interface About
public String getName()
About
getName
in interface About
public String getUrl()
About
getUrl
in interface About
public String getVersion()
About
getVersion
in interface About
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |