public class CamundaBpmVersion extends Object implements java.util.function.Supplier<String>
null
if it cannot be determined.
return the version of Camunda or null
Package.getImplementationVersion()
Modifier and Type | Field and Description |
---|---|
static String |
FORMATTED_VERSION |
static String |
IS_ENTERPRISE |
static String |
VERSION |
Constructor and Description |
---|
CamundaBpmVersion() |
Modifier and Type | Method and Description |
---|---|
String |
get() |
org.springframework.core.env.PropertiesPropertySource |
getPropertiesPropertySource() |
boolean |
isEnterprise() |
static String |
key(String name) |
public static final String VERSION
public static final String IS_ENTERPRISE
public static final String FORMATTED_VERSION
public String get()
get
in interface java.util.function.Supplier<String>
public boolean isEnterprise()
public org.springframework.core.env.PropertiesPropertySource getPropertiesPropertySource()
Copyright © 2022. All rights reserved.