Class CamundaBpmVersion
- java.lang.Object
-
- org.camunda.bpm.spring.boot.starter.util.CamundaBpmVersion
-
- All Implemented Interfaces:
java.util.function.Supplier<java.lang.String>
public class CamundaBpmVersion extends java.lang.Object implements java.util.function.Supplier<java.lang.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 java.lang.String
FORMATTED_VERSION
static java.lang.String
IS_ENTERPRISE
static java.lang.String
VERSION
-
Constructor Summary
Constructors Constructor Description CamundaBpmVersion()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
get()
org.springframework.core.env.PropertiesPropertySource
getPropertiesPropertySource()
boolean
isEnterprise()
static java.lang.String
key(java.lang.String name)
-
-
-
Field Detail
-
VERSION
public static final java.lang.String VERSION
- See Also:
- Constant Field Values
-
IS_ENTERPRISE
public static final java.lang.String IS_ENTERPRISE
- See Also:
- Constant Field Values
-
FORMATTED_VERSION
public static final java.lang.String FORMATTED_VERSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
key
public static java.lang.String key(java.lang.String name)
-
get
public java.lang.String get()
- Specified by:
get
in interfacejava.util.function.Supplier<java.lang.String>
-
isEnterprise
public boolean isEnterprise()
-
getPropertiesPropertySource
public org.springframework.core.env.PropertiesPropertySource getPropertiesPropertySource()
-
-