Class 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, or null if it cannot be determined.

    return the version of Camunda or null

    See Also:
    Package.getImplementationVersion()
    • Constructor Detail

      • CamundaBpmVersion

        public CamundaBpmVersion()
    • Method Detail

      • key

        public static java.lang.String key​(java.lang.String name)
      • get

        public java.lang.String get()
        Specified by:
        get in interface java.util.function.Supplier<java.lang.String>
      • isEnterprise

        public boolean isEnterprise()
      • getPropertiesPropertySource

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