Class OperatonBpmVersion

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

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

return the version of Operaton or null

See Also:
  • Field Details

  • Constructor Details

    • OperatonBpmVersion

      public OperatonBpmVersion()
  • 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()