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 mcspring-subcommands-0.0.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
in.kyle.mcspring.subcommands.tab
├─ in.kyle.mcspring.subcommands.tab.TabDiscovery.class - [JAR]
in.kyle.mcspring.command
├─ in.kyle.mcspring.command.TabCommandFactory.class - [JAR]
in.kyle.mcspring.subcommands
├─ in.kyle.mcspring.subcommands.Executors.class - [JAR]
├─ in.kyle.mcspring.subcommands.PluginCommand.class - [JAR]
├─ in.kyle.mcspring.subcommands.PluginCommandResolver.class - [JAR]
├─ in.kyle.mcspring.subcommands.PluginCommandTabCompletable.class - [JAR]