Package org.camunda.bpm.engine.impl.util
Class ProductPropertiesUtil
- java.lang.Object
-
- org.camunda.bpm.engine.impl.util.ProductPropertiesUtil
-
public class ProductPropertiesUtil extends Object
Provides product information data loaded from a *.properties file.
-
-
Field Summary
Fields Modifier and Type Field Description protected static Properties
INSTANCE
protected static String
PROPERTIES_FILE_PATH
protected static String
VERSION_PROPERTY
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProductPropertiesUtil()
-
-
-
Field Detail
-
PROPERTIES_FILE_PATH
protected static final String PROPERTIES_FILE_PATH
- See Also:
- Constant Field Values
-
VERSION_PROPERTY
protected static final String VERSION_PROPERTY
- See Also:
- Constant Field Values
-
INSTANCE
protected static final Properties INSTANCE
-
-
Method Detail
-
getProductVersion
public static String getProductVersion()
- Returns:
- the current version of the product (e.g.
7.15.0-SNAPSHOT
)
-
-