Class CamundaBpmVersion
- java.lang.Object
-
- org.camunda.bpm.spring.boot.starter.util.CamundaBpmVersion
-
public class CamundaBpmVersion extends Object implements Supplier<String>
Return the full version string of the present Camunda codebase, ornull
if it cannot be determined. return the version of Camunda ornull
- See Also:
Package.getImplementationVersion()
-
-
Field Summary
Fields Modifier and Type Field Description static String
FORMATTED_VERSION
static String
IS_ENTERPRISE
static String
VERSION
-
Constructor Summary
Constructors Constructor Description CamundaBpmVersion()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
get()
org.springframework.core.env.PropertiesPropertySource
getPropertiesPropertySource()
boolean
isEnterprise()
static String
key(String name)
-
-
-
Field Detail
-
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
-
IS_ENTERPRISE
public static final String IS_ENTERPRISE
- See Also:
- Constant Field Values
-
FORMATTED_VERSION
public static final String FORMATTED_VERSION
- See Also:
- Constant Field Values
-
-