Package net.sf.basedb.util.extensions
Interface ExtendedAbout
- All Superinterfaces:
About
- All Known Implementing Classes:
AboutBean
,Registry.RegisteredAbout
Adds extra information to the About interface.
- Since:
- 3.3
- Author:
- Nicklas
-
Field Summary
Fields inherited from interface net.sf.basedb.core.plugin.About
MAX_INFORMATION_LENGTH
-
Method Summary
Modifier and TypeMethodDescriptiongetAttribute
(String name) Get extra informationGet all extra attribute names.Methods inherited from interface net.sf.basedb.core.plugin.About
getContact, getCopyright, getDescription, getEmail, getMaxBaseVersion, getMinBaseVersion, getName, getUrl, getVersion
-
Method Details
-
getAttribute
Get extra information- Parameters:
name
- The name of the extra information- Returns:
- A value or null if no information is present
-
getAttributeNames
Collection<String> getAttributeNames()Get all extra attribute names.- Returns:
- A collection which may be null or empty
-