View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window camunda-cockpit-plugin-simple-kpi-7.6.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.camunda.bpm.demo.cockpit.plugin.kpi.dto
├─ org.camunda.bpm.demo.cockpit.plugin.kpi.dto.CountPerDurationDto.class - [JAR]
├─ org.camunda.bpm.demo.cockpit.plugin.kpi.dto.CountPerOptionDto.class - [JAR]
├─ org.camunda.bpm.demo.cockpit.plugin.kpi.dto.CycleTimeDto.class - [JAR]
├─ org.camunda.bpm.demo.cockpit.plugin.kpi.dto.InstanceCountChart.class - [JAR]
├─ org.camunda.bpm.demo.cockpit.plugin.kpi.dto.InstanceCountDto.class - [JAR]
├─ org.camunda.bpm.demo.cockpit.plugin.kpi.dto.InstanceCountSeries.class - [JAR]
├─ org.camunda.bpm.demo.cockpit.plugin.kpi.dto.ProcessInstanceCountDto.class - [JAR]
org.camunda.bpm.demo.cockpit.plugin.kpi
├─ org.camunda.bpm.demo.cockpit.plugin.kpi.ProcessCountBarPlugin.class - [JAR]
org.camunda.bpm.demo.cockpit.plugin.kpi.resources
├─ org.camunda.bpm.demo.cockpit.plugin.kpi.resources.CycleTimePerHourResourceResource.class - [JAR]
├─ org.camunda.bpm.demo.cockpit.plugin.kpi.resources.ProcessInstanceCountResource.class - [JAR]
├─ org.camunda.bpm.demo.cockpit.plugin.kpi.resources.RatioResource.class - [JAR]
├─ org.camunda.bpm.demo.cockpit.plugin.kpi.resources.RootResource.class - [JAR]
org.camunda.bpm.demo.cockpit.plugin.kpi.util
├─ org.camunda.bpm.demo.cockpit.plugin.kpi.util.ExtenstionElementReader.class - [JAR]