|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.icepdf.core.application.ProductInfo
public class ProductInfo
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
ProductInfo()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getVersion()
|
static void |
main(java.lang.String[] args)
|
java.lang.String |
toString()
Convenience method to get all the relevant product information. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public ProductInfo()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getVersion()
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||