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
FieldsModifier and TypeFieldDescriptionprivate static ResourceBundle
private static final String
static final String
Full version of the product, including build number and date of creationstatic final String
Version of the product in the short format, like 5.0 -
Constructor Summary
Constructors -
Method Summary
-
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 -
BUNDLE_NAME
- See Also:
-
bundle
-
-
Constructor Details
-
ProductInfo
public ProductInfo()
-
-
Method Details
-
getProperty
Returns the value of the specified property -
init
private static void init()Initializes the bundle -
version
-
fullVersion
-