|
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.util.extensions.Registry.RegisteredAbout
static class Registry.RegisteredAbout
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 | |
---|---|
Registry.RegisteredAbout(About about)
Create a new registered about by copying the information from the parameter. |
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. |
(package private) void |
update(About about)
Update the registered information. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private String name
private String description
private String version
private String copyright
private String contact
private String email
private String url
Constructor Detail |
---|
Registry.RegisteredAbout(About about)
Method 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
void update(About about)
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |