org.icepdf.core.application
Class ProductInfo

java.lang.Object
  extended by org.icepdf.core.application.ProductInfo

public class ProductInfo
extends java.lang.Object


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

COMPANY

public static java.lang.String COMPANY
The company that owns this product.


PRODUCT

public static java.lang.String PRODUCT
The name of the product.


PRIMARY

public static java.lang.String PRIMARY
The 3 levels of version identification, e.g. 1.0.0.


SECONDARY

public static java.lang.String SECONDARY

TERTIARY

public static java.lang.String TERTIARY

RELEASE_TYPE

public static java.lang.String RELEASE_TYPE
The release type of the product (alpha, beta, production).


BUILD_NO

public static java.lang.String BUILD_NO
The build number. Typically this would be tracked and maintained by the build system (i.e. Ant).


REVISION

public static java.lang.String REVISION
The revision number retrieved from the repository for this build. This is substitued automatically by subversion.

Constructor Detail

ProductInfo

public ProductInfo()
Method Detail

toString

public java.lang.String toString()
Convenience method to get all the relevant product information.

Overrides:
toString in class java.lang.Object
Returns:

getVersion

public java.lang.String getVersion()

main

public static void main(java.lang.String[] args)