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 spring-cloud-dataflow-apps-generator-plugin-1.0.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.cloud.dataflow.app.plugin.generator
├─ org.springframework.cloud.dataflow.app.plugin.generator.AppDefinition.class - [JAR]
├─ org.springframework.cloud.dataflow.app.plugin.generator.BinderDefinition.class - [JAR]
├─ org.springframework.cloud.dataflow.app.plugin.generator.MavenDefinition.class - [JAR]
├─ org.springframework.cloud.dataflow.app.plugin.generator.ProjectGenerator.class - [JAR]
├─ org.springframework.cloud.dataflow.app.plugin.generator.ProjectGeneratorProperties.class - [JAR]
org.springframework.cloud.dataflow.app.plugin
├─ org.springframework.cloud.dataflow.app.plugin.HelpMojo.class - [JAR]
├─ org.springframework.cloud.dataflow.app.plugin.MavenXmlWriter.class - [JAR]
├─ org.springframework.cloud.dataflow.app.plugin.SpringCloudStreamAppGeneratorMojo.class - [JAR]