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 obsidian-generator-1.0.0.Alpha2_03.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.obsidiantoaster.generator.ui.starter
├─ org.obsidiantoaster.generator.ui.starter.NewProjectGeneratorWizard.class - [JAR]
├─ org.obsidiantoaster.generator.ui.starter.PerformExtraTasksStep.class - [JAR]
org.obsidiantoaster.generator.ui
├─ org.obsidiantoaster.generator.ui.ObsidianInitializer.class - [JAR]
org.obsidiantoaster.generator.config
├─ org.obsidiantoaster.generator.config.ConfigValue.class - [JAR]
├─ org.obsidiantoaster.generator.config.ConfigValueProducer.class - [JAR]
org.obsidiantoaster.generator.ui.quickstart
├─ org.obsidiantoaster.generator.ui.quickstart.NewProjectFromQuickstartWizard.class - [JAR]