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 xcloud-shell-cli-3.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.wl4g.shell.cli.command
├─ com.wl4g.shell.cli.command.DefaultBuiltInCommand.class - [JAR]
com.wl4g.shell.cli.config
├─ com.wl4g.shell.cli.config.ClientShellConfiguration.class - [JAR]
├─ com.wl4g.shell.cli.config.ClientShellHandlerRegistrar.class - [JAR]
├─ com.wl4g.shell.cli.config.DynamicCompleter.class - [JAR]
com.wl4g.shell.cli.handler
├─ com.wl4g.shell.cli.handler.ClientShellHandler.class - [JAR]
├─ com.wl4g.shell.cli.handler.DefaultClientShellHandler.class - [JAR]
├─ com.wl4g.shell.cli.handler.InteractiveClientShellHandler.class - [JAR]
├─ com.wl4g.shell.cli.handler.ScriptShellHandler.class - [JAR]
com.wl4g
├─ com.wl4g.ShellBootstrap.class - [JAR]
com.wl4g.shell.cli
├─ com.wl4g.shell.cli.RunnerBuilder.class - [JAR]