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 activiti-common-model-api-7.0.0.Beta1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.activiti.runtime.api.event
├─ org.activiti.runtime.api.event.RuntimeEvent.class - [JAR]
├─ org.activiti.runtime.api.event.VariableCreated.class - [JAR]
├─ org.activiti.runtime.api.event.VariableDeleted.class - [JAR]
├─ org.activiti.runtime.api.event.VariableEvent.class - [JAR]
├─ org.activiti.runtime.api.event.VariableUpdated.class - [JAR]
org.activiti.runtime.api
├─ org.activiti.runtime.api.EmptyResult.class - [JAR]
├─ org.activiti.runtime.api.Payload.class - [JAR]
├─ org.activiti.runtime.api.Result.class - [JAR]
org.activiti.runtime.api.model
├─ org.activiti.runtime.api.model.VariableInstance.class - [JAR]