net.infonode.util
public class ReleaseInfo extends Object implements Serializable
Version: $Revision: 1.9 $
| 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
|
Parameters: name product name vendor vendor name buildTime time of nuild in millis version product version license the product license homepage URL to the product homepage
Returns: Build time in millis
Returns: the URL for the product homepage
Returns: Product license
Returns: Product name
Returns: Product vendor
Returns: Product version