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, ornullif it cannot be determined. return the version of Camunda ornull- See Also:
Package.getImplementationVersion()
-
-
Field Summary
Fields Modifier and Type Field Description static StringFORMATTED_VERSIONstatic StringIS_ENTERPRISEstatic StringVERSION
-
Constructor Summary
Constructors Constructor Description CamundaBpmVersion()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringget()org.springframework.core.env.PropertiesPropertySourcegetPropertiesPropertySource()booleanisEnterprise()static Stringkey(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
-
-