Package org.openjdk.asmtools.util
Class ProductInfo
java.lang.Object
org.openjdk.asmtools.util.ProductInfo
Class providing an access to the product info.
productinfo.properties will be generated during the build
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getProperty
(String propName) Returns the value of the specified property
-
Field Details
-
VERSION
Version of the product in the short format, like 5.0 -
FULL_VERSION
Full version of the product, including build number and date of creation
-
-
Constructor Details
-
ProductInfo
public ProductInfo()
-
-
Method Details
-
getProperty
Returns the value of the specified property
-