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 bpmn-orchestrator-web-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.bpmn.orchestrator.web.server
├─ com.bpmn.orchestrator.web.server.BeansManager.class - [JAR]
├─ com.bpmn.orchestrator.web.server.HttpManager.class - [JAR]
├─ com.bpmn.orchestrator.web.server.RouteFilter.class - [JAR]
├─ com.bpmn.orchestrator.web.server.RouterManager.class - [JAR]
com.bpmn.orchestrator.web.verticle
├─ com.bpmn.orchestrator.web.verticle.FlowManagerVerticle.class - [JAR]
com.bpmn.orchestrator.web.util
├─ com.bpmn.orchestrator.web.util.Utils.class - [JAR]