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 mindmaps-graql-shell-0.5.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.mindmaps.graql.internal.shell
├─ io.mindmaps.graql.internal.shell.ErrorMessage.class - [JAR]
├─ io.mindmaps.graql.internal.shell.GraQLCompleter.class - [JAR]
├─ io.mindmaps.graql.internal.shell.GraqlSignalHandler.class - [JAR]
├─ io.mindmaps.graql.internal.shell.ShellCommandCompleter.class - [JAR]
io.mindmaps.graql
├─ io.mindmaps.graql.GraqlClient.class - [JAR]
├─ io.mindmaps.graql.GraqlClientImpl.class - [JAR]
├─ io.mindmaps.graql.GraqlShell.class - [JAR]