|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An interface that allows separate software packages to define version specific information that can be retrieved programmatically.
| Method Summary | |
String |
getBuildDate()
Return the build date of the component. |
String |
getDescription()
Get the description of the component. |
int |
getMajorVersion()
Get the major version of the component. |
int |
getMinorVersion()
Get the minor version of the component. |
String |
getName()
Get the name of the component. |
int |
getPatchNumber()
Get the patch number of the component. |
String |
getType()
Return the type of the component. |
String |
getVersion()
Get the version string. |
| Method Detail |
public String getName()
public String getDescription()
public int getMajorVersion()
public int getMinorVersion()
public int getPatchNumber()
public String getType()
public String getBuildDate()
public String getVersion()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||