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 grakn-graql-shell-1.4.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ai.grakn.graql.shell
├─ ai.grakn.graql.shell.BatchLoader.class - [JAR]
├─ ai.grakn.graql.shell.ExternalEditor.class - [JAR]
├─ ai.grakn.graql.shell.GraqlCompleter.class - [JAR]
├─ ai.grakn.graql.shell.GraqlConsole.class - [JAR]
├─ ai.grakn.graql.shell.GraqlShell.class - [JAR]
├─ ai.grakn.graql.shell.GraqlShellOptions.class - [JAR]
├─ ai.grakn.graql.shell.HistoryFile.class - [JAR]
├─ ai.grakn.graql.shell.License.class - [JAR]
├─ ai.grakn.graql.shell.OutputFormat.class - [JAR]
├─ ai.grakn.graql.shell.ShellCommandCompleter.class - [JAR]