Class JdkImpl
- java.lang.Object
-
- org.camunda.bpm.engine.impl.telemetry.dto.JdkImpl
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetVendor()The vendor of the Java runtime environment.StringgetVersion()The version of the Java runtime environment.voidsetVendor(String vendor)voidsetVersion(String version)
-
-
-
Method Detail
-
getVersion
public String getVersion()
Description copied from interface:JdkThe version of the Java runtime environment.- Specified by:
getVersionin interfaceJdk
-
setVersion
public void setVersion(String version)
-
getVendor
public String getVendor()
Description copied from interface:JdkThe vendor of the Java runtime environment.
-
setVendor
public void setVendor(String vendor)
-
-