Package org.openjdk.asmtools.util
Class ProductInfo
- java.lang.Object
-
- org.openjdk.asmtools.util.ProductInfo
-
public class ProductInfo extends java.lang.Object
Class 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.String
FULL_VERSION
Full version of the product, including build number and date of creationstatic java.lang.String
VERSION
Version 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.String
getProperty(java.lang.String propName)
Returns the value of the specified property
-