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 commons-flowable-designer-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.moon.flowable.designer.manager
├─ cn.moon.flowable.designer.manager.ModelManager.class - [JAR]
├─ cn.moon.flowable.designer.manager.Validator.class - [JAR]
cn.moon.flowable.designer.domain
├─ cn.moon.flowable.designer.domain.ConditionVariable.class - [JAR]
├─ cn.moon.flowable.designer.domain.FlowModel.class - [JAR]
cn.moon.flowable.designer.tool
├─ cn.moon.flowable.designer.tool.BpmnModelXmlTool.class - [JAR]
cn.moon.flowable.designer.controller
├─ cn.moon.flowable.designer.controller.ModelController.class - [JAR]
cn.moon.flowable.designer
├─ cn.moon.flowable.designer.BootApplication.class - [JAR]
├─ cn.moon.flowable.designer.DesignConfig.class - [JAR]