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 xapi-maven-plugin-0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
xapi.mojo.model
├─ xapi.mojo.model.AnnotationGeneratorMojo.class - [JAR]
├─ xapi.mojo.model.ModelGeneratorMojo.class - [JAR]
xapi.mojo.api
├─ xapi.mojo.api.AbstractXapiMojo.class - [JAR]
xapi.mojo.gwt
├─ xapi.mojo.gwt.CodeServerMojo.class - [JAR]
├─ xapi.mojo.gwt.MavenServiceMojo.class - [JAR]
xapi.dev.gwt.i18n
├─ xapi.dev.gwt.i18n.CodeServerDebugMessages.class - [JAR]
├─ xapi.dev.gwt.i18n.Messages_EN.class - [JAR]
xapi.dev.gwt
├─ xapi.dev.gwt.CodeServerGuiOptions.class - [JAR]
├─ xapi.dev.gwt.CodeServerMain.class - [JAR]
xapi.dev.gwt.gui
├─ xapi.dev.gwt.gui.CodeServerControls.class - [JAR]
├─ xapi.dev.gwt.gui.CodeServerGui.class - [JAR]
├─ xapi.dev.gwt.gui.ModuleSelector.class - [JAR]
├─ xapi.dev.gwt.gui.ProcessLog.class - [JAR]
├─ xapi.dev.gwt.gui.SingleFileSelector.class - [JAR]
├─ xapi.dev.gwt.gui.SourcesSelector.class - [JAR]