|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Version
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 |
|---|
String getName()
String getDescription()
int getMajorVersion()
int getMinorVersion()
int getPatchNumber()
String getType()
String getBuildDate()
String getVersion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||