|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.core.plugin.AboutImpl
public class AboutImpl
A simple implementation of the About interface.
| Field Summary |
|---|
| Fields inherited from interface org.proteios.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 |
| 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 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 About
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||