public class ProductInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BUILD_NO
The build number.
|
static java.lang.String |
COMPANY
The company that owns this product.
|
static java.lang.String |
PRIMARY
The 3 levels of version identification, e.g.
|
static java.lang.String |
PRODUCT
The name of the product.
|
static java.lang.String |
RELEASE_TYPE
The release type of the product (alpha, beta, production).
|
static java.lang.String |
REVISION
The revision number retrieved from the repository for this build.
|
static java.lang.String |
SECONDARY |
static java.lang.String |
TERTIARY |
| Constructor and Description |
|---|
ProductInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getVersion() |
static void |
main(java.lang.String[] args) |
java.lang.String |
toString()
Convenience method to get all the relevant product information.
|
public static java.lang.String COMPANY
public static java.lang.String PRODUCT
public static java.lang.String PRIMARY
public static java.lang.String SECONDARY
public static java.lang.String TERTIARY
public static java.lang.String RELEASE_TYPE
public static java.lang.String BUILD_NO
public static java.lang.String REVISION