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 zeebe-workflow-generator-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.zeebe.workflow.generator.builder
├─ io.zeebe.workflow.generator.builder.E2ETimeMeasurementWorkflowBuilder.class - [JAR]
├─ io.zeebe.workflow.generator.builder.SequenceWorkflowBuilder.class - [JAR]
├─ io.zeebe.workflow.generator.builder.WorkflowBuilder.class - [JAR]
io.zeebe.workflow.generator.cli
├─ io.zeebe.workflow.generator.cli.AbstractWorkflowCommand.class - [JAR]
├─ io.zeebe.workflow.generator.cli.E2ETimeMeasurementWorkflowCommand.class - [JAR]
├─ io.zeebe.workflow.generator.cli.SequenceWorkflowCommand.class - [JAR]
├─ io.zeebe.workflow.generator.cli.WorkflowGenerator.class - [JAR]