| java.lang.Object com.icesoft.faces.application.ProductInfo
ProductInfo | public class ProductInfo (Code) | | |
Method Summary | |
public static void | main(String[] args) | public String | toString() Convenience method to get all the relevant product information. |
BUILD_NO | public static String BUILD_NO(Code) | | The build number. Typically this would be tracked and maintained
by the build system (i.e. Ant).
|
COMPANY | public static String COMPANY(Code) | | The company that owns this product.
|
PRIMARY | public static String PRIMARY(Code) | | The 3 levels of version identification, e.g. 1.0.0.
|
PRODUCT | public static String PRODUCT(Code) | | The name of the product.
|
RELEASE_TYPE | public static String RELEASE_TYPE(Code) | | The release type of the product (alpha, beta, production).
|
REVISION | public static String REVISION(Code) | | The revision number retrieved from the repository for this build.
This is substitued automatically by subversion.
|
toString | public String toString()(Code) | | Convenience method to get all the relevant product information.
|
|
|