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 camunda-platform-to-cloud-adapter-0.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.camunda.community.cloud.migration.worker
├─ org.camunda.community.cloud.migration.worker.CamundaPlatformDelegationWorker.class - [JAR]
org.camunda.community.cloud.migration.execution
├─ org.camunda.community.cloud.migration.execution.AbstractDelegateExecution.class - [JAR]
├─ org.camunda.community.cloud.migration.execution.SimpleVariableScope.class - [JAR]
├─ org.camunda.community.cloud.migration.execution.ZeebeJobDelegateExecution.class - [JAR]
org.camunda.community.cloud.migration
├─ org.camunda.community.cloud.migration.CamundaPlatformToCloudAdapterConfig.class - [JAR]
org.camunda.community.cloud.migration.juel
├─ org.camunda.community.cloud.migration.juel.EnginelessJuelExpression.class - [JAR]
├─ org.camunda.community.cloud.migration.juel.JuelExpressionResolver.class - [JAR]