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