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 structure-maven-plugin-0.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.qunix.maven.structure.plugin.interfaces
├─ org.qunix.maven.structure.plugin.interfaces.Printable.class - [JAR]
├─ org.qunix.maven.structure.plugin.interfaces.StructureNode.class - [JAR]
org.qunix.maven.structure.plugin.core.types
├─ org.qunix.maven.structure.plugin.core.types.StructureOutput.class - [JAR]
├─ org.qunix.maven.structure.plugin.core.types.StructureType.class - [JAR]
org.qunix.maven.structure.plugin.core
├─ org.qunix.maven.structure.plugin.core.AbstractStructureNode.class - [JAR]
├─ org.qunix.maven.structure.plugin.core.FileStructureNode.class - [JAR]
├─ org.qunix.maven.structure.plugin.core.FolderStructureNode.class - [JAR]
├─ org.qunix.maven.structure.plugin.core.ModuleStructureNode.class - [JAR]
├─ org.qunix.maven.structure.plugin.core.StructureBuilder.class - [JAR]
├─ org.qunix.maven.structure.plugin.core.StructureFactory.class - [JAR]
org.qunix.maven.structure.plugin
├─ org.qunix.maven.structure.plugin.StructureAllFilesMojo.class - [JAR]
├─ org.qunix.maven.structure.plugin.StructureAllFoldersMojo.class - [JAR]
├─ org.qunix.maven.structure.plugin.StructureAllModules.class - [JAR]