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-infinispan-persistence-7.15.0.Final.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jbpm.persistence
├─ org.jbpm.persistence.InfinispanProcessPersistenceContext.class - [JAR]
├─ org.jbpm.persistence.InfinispanProcessPersistenceContextManager.class - [JAR]
├─ org.jbpm.persistence.ManualPersistProcessInterceptor.class - [JAR]
org.jbpm.persistence.processinstance
├─ org.jbpm.persistence.processinstance.InfinispanProcessInstanceManager.class - [JAR]
├─ org.jbpm.persistence.processinstance.InfinispanProcessInstanceManagerFactory.class - [JAR]
├─ org.jbpm.persistence.processinstance.InfinispanSignalManager.class - [JAR]
├─ org.jbpm.persistence.processinstance.InfinispanSignalManagerFactory.class - [JAR]
├─ org.jbpm.persistence.processinstance.ProcessEntityHolder.class - [JAR]