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 gshell-pref-2.6.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.sonatype.gshell.commands.pref
├─ org.sonatype.gshell.commands.pref.ExportPreferencesCommand.class - [JAR]
├─ org.sonatype.gshell.commands.pref.GetPreferenceCommand.class - [JAR]
├─ org.sonatype.gshell.commands.pref.ImportPreferencesCommand.class - [JAR]
├─ org.sonatype.gshell.commands.pref.ListPreferencesCommand.class - [JAR]
├─ org.sonatype.gshell.commands.pref.PreferenceCommandSupport.class - [JAR]
├─ org.sonatype.gshell.commands.pref.PreferenceNodeCommandSupport.class - [JAR]
├─ org.sonatype.gshell.commands.pref.RemovePreferencesCommand.class - [JAR]
├─ org.sonatype.gshell.commands.pref.SetPreferenceCommand.class - [JAR]
├─ org.sonatype.gshell.commands.pref.UnsetPreferenceCommand.class - [JAR]