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 shelly-commands-builtin-0.1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
shelly.commands.builtin.aliases
├─ shelly.commands.builtin.aliases.Aliases.class - [JAR]
├─ shelly.commands.builtin.aliases.DefaultAliases.class - [JAR]
├─ shelly.commands.builtin.aliases.DefaultAliasesProvider.class - [JAR]
shelly.commands.builtin
├─ shelly.commands.builtin.AliasCommand.class - [JAR]
├─ shelly.commands.builtin.BuiltinCommandsModule.class - [JAR]
├─ shelly.commands.builtin.EchoCommand.class - [JAR]
├─ shelly.commands.builtin.ExitCommand.class - [JAR]
├─ shelly.commands.builtin.HelpCommand.class - [JAR]
├─ shelly.commands.builtin.VersionCommand.class - [JAR]