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-api-model-shared-impl-7.1.0.M5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.activiti.api.runtime.event.impl
├─ org.activiti.api.runtime.event.impl.RuntimeEventImpl.class - [JAR]
├─ org.activiti.api.runtime.event.impl.VariableCreatedEventImpl.class - [JAR]
├─ org.activiti.api.runtime.event.impl.VariableDeletedEventImpl.class - [JAR]
├─ org.activiti.api.runtime.event.impl.VariableEventImpl.class - [JAR]
├─ org.activiti.api.runtime.event.impl.VariableUpdatedEventImpl.class - [JAR]
org.activiti.api.runtime.conf.impl
├─ org.activiti.api.runtime.conf.impl.CommonModelAutoConfiguration.class - [JAR]
├─ org.activiti.api.runtime.conf.impl.PayloadMixIn.class - [JAR]
├─ org.activiti.api.runtime.conf.impl.ResultMixIn.class - [JAR]
org.activiti.api.runtime.model.impl
├─ org.activiti.api.runtime.model.impl.ActivitiErrorMessageImpl.class - [JAR]
├─ org.activiti.api.runtime.model.impl.ApplicationElementImpl.class - [JAR]
├─ org.activiti.api.runtime.model.impl.VariableInstanceImpl.class - [JAR]