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 bpmnjs-compat-0.8.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.takari.bpm.xml.bpmnjs.model
├─ io.takari.bpm.xml.bpmnjs.model.AbstractXmlElement.class - [JAR]
├─ io.takari.bpm.xml.bpmnjs.model.Constants.class - [JAR]
├─ io.takari.bpm.xml.bpmnjs.model.XmlDefinitions.class - [JAR]
├─ io.takari.bpm.xml.bpmnjs.model.XmlEndEvent.class - [JAR]
├─ io.takari.bpm.xml.bpmnjs.model.XmlEventBasedGateway.class - [JAR]
├─ io.takari.bpm.xml.bpmnjs.model.XmlExclusiveGateway.class - [JAR]
├─ io.takari.bpm.xml.bpmnjs.model.XmlInclusiveGateway.class - [JAR]
├─ io.takari.bpm.xml.bpmnjs.model.XmlIntermediateCatchEvent.class - [JAR]
├─ io.takari.bpm.xml.bpmnjs.model.XmlIntermediateThrowEvent.class - [JAR]
├─ io.takari.bpm.xml.bpmnjs.model.XmlProcess.class - [JAR]
├─ io.takari.bpm.xml.bpmnjs.model.XmlSequenceFlow.class - [JAR]
├─ io.takari.bpm.xml.bpmnjs.model.XmlServiceTask.class - [JAR]
├─ io.takari.bpm.xml.bpmnjs.model.XmlStartEvent.class - [JAR]
io.takari.bpm.xml.bpmnjs
├─ io.takari.bpm.xml.bpmnjs.BpmnJsParser.class - [JAR]