|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ModuleInformation
An interface for retrieving information about a given module. Module information is data like its name, its version, etc. The interface supports module-specific customizations through the getInformation() method (which returns a Properties object of all the information currently known about the module).
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Return the description of the module. |
java.lang.String |
getId()
Return the id string for this module. |
java.util.Properties |
getInformation()
Return all the information for this module. |
java.lang.String |
getName()
Return the name for the module. |
java.lang.String |
getProperty(java.lang.String propertyName)
Return the specified property (empty string if it does not exist). |
java.lang.String |
getVersion()
Return the version string for the module. |
| Method Detail |
|---|
java.lang.String getId()
java.lang.String getName()
java.lang.String getDescription()
java.lang.String getVersion()
java.lang.String getProperty(java.lang.String propertyName)
propertyName - the name of the property to retrieve the value for.
java.util.Properties getInformation()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||