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 flowable-module-spring-web-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.wudgaby.flowable.module.web.flowable
├─ com.wudgaby.flowable.module.web.flowable.IFlowableModelService.class - [JAR]
com.wudgaby.flowable.module.web.vo
├─ com.wudgaby.flowable.module.web.vo.ModelVo.class - [JAR]
com.wudgaby.flowable.module.web.config
├─ com.wudgaby.flowable.module.web.config.AppDispatcherServletConfiguration.class - [JAR]
├─ com.wudgaby.flowable.module.web.config.ApplicationConfiguration.class - [JAR]
├─ com.wudgaby.flowable.module.web.config.DatabaseConfiguration.class - [JAR]
├─ com.wudgaby.flowable.module.web.config.FlowableConfig.class - [JAR]
├─ com.wudgaby.flowable.module.web.config.UuidGenerator.class - [JAR]
com.wudgaby.flowable.module.web.controller
├─ com.wudgaby.flowable.module.web.controller.ApiFlowableModelResource.class - [JAR]
├─ com.wudgaby.flowable.module.web.controller.EditorGroupsResource.class - [JAR]
├─ com.wudgaby.flowable.module.web.controller.EditorUsersResource.class - [JAR]
├─ com.wudgaby.flowable.module.web.controller.FlowStencilSetResource.class - [JAR]
├─ com.wudgaby.flowable.module.web.controller.FlowableAppRest.class - [JAR]
com.wudgaby.flowable.module.web.flowable.impl
├─ com.wudgaby.flowable.module.web.flowable.impl.FlowProcessDiagramGenerator.class - [JAR]
├─ com.wudgaby.flowable.module.web.flowable.impl.FlowableModelServiceImpl.class - [JAR]