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 dc-workflow-examples-0.5.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.digitalcollections.workflow.examples.write.only
├─ de.digitalcollections.workflow.examples.write.only.Application.class - [JAR]
de.digitalcollections.workflow.examples
├─ de.digitalcollections.workflow.examples.Application.class - [JAR]
├─ de.digitalcollections.workflow.examples.UppercaseTransformer.class - [JAR]
de.digitalcollections.workflow.examples.spring
├─ de.digitalcollections.workflow.examples.spring.Application.class - [JAR]
├─ de.digitalcollections.workflow.examples.spring.StringReader.class - [JAR]
├─ de.digitalcollections.workflow.examples.spring.StringWriter.class - [JAR]
├─ de.digitalcollections.workflow.examples.spring.UppercaseTransformer.class - [JAR]
├─ de.digitalcollections.workflow.examples.spring.WorkflowConfig.class - [JAR]