Package org.openjdk.asmtools.util
Class ProductInfo
- java.lang.Object
-
- org.openjdk.asmtools.util.ProductInfo
-
public class ProductInfo extends java.lang.ObjectClass providing an access to the product info. productinfo.properties will be generated during the build
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFULL_VERSIONFull version of the product, including build number and date of creationstatic java.lang.StringVERSIONVersion of the product in the short format, like 5.0
-
Constructor Summary
Constructors Constructor Description ProductInfo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetProperty(java.lang.String propName)Returns the value of the specified property
-