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-bpm-osgi-fileinstall-5.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.camunda.bpm.extension.osgi.fileinstall
├─ org.camunda.bpm.extension.osgi.fileinstall.Activator.class - [JAR]
org.camunda.bpm.extension.osgi.fileinstall.impl
├─ org.camunda.bpm.extension.osgi.fileinstall.impl.BpmnDeploymentListener.class - [JAR]
├─ org.camunda.bpm.extension.osgi.fileinstall.impl.BpmnTransformer.class - [JAR]
├─ org.camunda.bpm.extension.osgi.fileinstall.impl.BpmnURLHandler.class - [JAR]
org.camunda.bpm.extension.osgi.fileinstall.impl.util
├─ org.camunda.bpm.extension.osgi.fileinstall.impl.util.NameVersionTypeExtractor.class - [JAR]