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-cloud-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.CloudRuntimeEvent.class - [JAR]
├─ org.activiti.runtime.api.event.CloudVariableCreated.class - [JAR]
├─ org.activiti.runtime.api.event.CloudVariableDeleted.class - [JAR]
├─ org.activiti.runtime.api.event.CloudVariableEvent.class - [JAR]
├─ org.activiti.runtime.api.event.CloudVariableUpdated.class - [JAR]
org.activiti.runtime.api.model
├─ org.activiti.runtime.api.model.CloudRuntimeEntity.class - [JAR]
├─ org.activiti.runtime.api.model.CloudVariableInstance.class - [JAR]