Class CamundaBpmVersion

java.lang.Object
org.camunda.bpm.spring.boot.starter.util.CamundaBpmVersion
All Implemented Interfaces:
Supplier<String>

public class CamundaBpmVersion extends Object implements Supplier<String>
Return the full version string of the present Camunda codebase, or null if it cannot be determined.

return the version of Camunda or null

See Also:
  • Field Details

  • Constructor Details

    • CamundaBpmVersion

      public CamundaBpmVersion()
  • Method Details

    • key

      public static String key(String name)
    • get

      public String get()
      Specified by:
      get in interface Supplier<String>
    • isEnterprise

      public boolean isEnterprise()
    • getPropertiesPropertySource

      public org.springframework.core.env.PropertiesPropertySource getPropertiesPropertySource()