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 jbpm-wb-human-tasks-api-7.74.1.Final.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jbpm.workbench.ht.service
├─ org.jbpm.workbench.ht.service.TaskService.class - [JAR]
org.jbpm.workbench.ht.model
├─ org.jbpm.workbench.ht.model.CommentSummary.class - [JAR]
├─ org.jbpm.workbench.ht.model.TaskAssignmentSummary.class - [JAR]
├─ org.jbpm.workbench.ht.model.TaskDataSetConstants.class - [JAR]
├─ org.jbpm.workbench.ht.model.TaskEventSummary.class - [JAR]
├─ org.jbpm.workbench.ht.model.TaskKey.class - [JAR]
├─ org.jbpm.workbench.ht.model.TaskSummary.class - [JAR]
org.jbpm.workbench.ht.model.events
├─ org.jbpm.workbench.ht.model.events.AbstractTaskEvent.class - [JAR]
├─ org.jbpm.workbench.ht.model.events.TaskCompletedEvent.class - [JAR]
├─ org.jbpm.workbench.ht.model.events.TaskRefreshedEvent.class - [JAR]
├─ org.jbpm.workbench.ht.model.events.TaskSelectionEvent.class - [JAR]
org.jbpm.workbench.ht.util
├─ org.jbpm.workbench.ht.util.TaskEventType.class - [JAR]
├─ org.jbpm.workbench.ht.util.TaskStatus.class - [JAR]