Class ApplicationServerImpl
- java.lang.Object
-
- org.camunda.bpm.engine.impl.telemetry.dto.ApplicationServerImpl
-
- All Implemented Interfaces:
ApplicationServer
public class ApplicationServerImpl extends Object implements ApplicationServer
-
-
Constructor Summary
Constructors Constructor Description ApplicationServerImpl(String version)
ApplicationServerImpl(String vendor, String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getVendor()
The vendor of the installed application server.String
getVersion()
The version of the installed application server.void
setVendor(String vendor)
void
setVersion(String version)
-
-
-
Method Detail
-
getVendor
public String getVendor()
Description copied from interface:ApplicationServer
The vendor of the installed application server.- Specified by:
getVendor
in interfaceApplicationServer
-
setVendor
public void setVendor(String vendor)
-
getVersion
public String getVersion()
Description copied from interface:ApplicationServer
The version of the installed application server.- Specified by:
getVersion
in interfaceApplicationServer
-
setVersion
public void setVersion(String version)
-
-