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 String
getVendor()
The vendor of the Java runtime environment.String
getVersion()
The version of the Java runtime environment.void
setVendor(String vendor)
void
setVersion(String version)
-
-
-
Method Detail
-
getVersion
public String getVersion()
Description copied from interface:Jdk
The version of the Java runtime environment.- Specified by:
getVersion
in interfaceJdk
-
setVersion
public void setVersion(String version)
-
getVendor
public String getVendor()
Description copied from interface:Jdk
The vendor of the Java runtime environment.
-
setVendor
public void setVendor(String vendor)
-
-