|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.infonode.util.ReleaseInfo
A class that represents release information for a product
| Constructor Summary | |
ReleaseInfo(String name,
String vendor,
long buildTime,
ProductVersion version,
String license,
String homepage)
Constructs a release info object |
|
| Method Summary | |
long |
getBuildTime()
Gets the build time in millis |
URL |
getHomepage()
Gets the URL for the product homepage. |
String |
getLicense()
Gets the product license |
String |
getProductName()
Gets the product name |
String |
getProductVendor()
Gets the product vendor |
ProductVersion |
getProductVersion()
Gets the product version |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ReleaseInfo(String name,
String vendor,
long buildTime,
ProductVersion version,
String license,
String homepage)
name - product namevendor - vendor namebuildTime - time of nuild in millisversion - product versionlicense - the product licensehomepage - URL to the product homepage| Method Detail |
public String getProductName()
public String getProductVendor()
public String getLicense()
public long getBuildTime()
public ProductVersion getProductVersion()
public URL getHomepage()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||