public class ProductInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.util.ResourceBundle |
bundle |
private static java.lang.String |
BUNDLE_NAME |
static java.lang.String |
FULL_VERSION
Full version of the product, including build number and date of creation
|
static java.lang.String |
VERSION
Version of the product in the short format, like 5.0
|
Constructor and Description |
---|
ProductInfo() |
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
fullVersion() |
static java.lang.String |
getProperty(java.lang.String propName)
Returns the value of the specified property
|
private static void |
init()
Initializes the bundle
|
private static java.lang.String |
version() |
public static final java.lang.String VERSION
public static final java.lang.String FULL_VERSION
private static final java.lang.String BUNDLE_NAME
private static java.util.ResourceBundle bundle
public static java.lang.String getProperty(java.lang.String propName)
private static void init()
private static java.lang.String version()
private static java.lang.String fullVersion()