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-dev-shell-0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
xapi.shell.service
├─ xapi.shell.service.ShellService.class - [JAR]
xapi.shell
├─ xapi.shell.X_Shell.class - [JAR]
xapi.shell.api
├─ xapi.shell.api.ArgumentProcessor.class - [JAR]
├─ xapi.shell.api.NoOp.class - [JAR]
├─ xapi.shell.api.ShellCommand.class - [JAR]
├─ xapi.shell.api.ShellSession.class - [JAR]
xapi.shell.impl
├─ xapi.shell.impl.ShellCommandDefault.class - [JAR]
├─ xapi.shell.impl.ShellServiceDefault.class - [JAR]
├─ xapi.shell.impl.ShellSessionDefault.class - [JAR]