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 hot-refresh-client-api-1.2.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.hyf.hotrefresh.client.api.plugin
├─ com.hyf.hotrefresh.client.api.plugin.Plugin.class - [JAR]
├─ com.hyf.hotrefresh.client.api.plugin.PluginBootstrap.class - [JAR]
com.hyf.hotrefresh.client.api.watch
├─ com.hyf.hotrefresh.client.api.watch.Watcher.class - [JAR]
com.hyf.hotrefresh.client.api.client
├─ com.hyf.hotrefresh.client.api.client.Client.class - [JAR]
com.hyf.hotrefresh.client.api.command
├─ com.hyf.hotrefresh.client.api.command.AbstractCommandHandler.class - [JAR]
├─ com.hyf.hotrefresh.client.api.command.CommandHandler.class - [JAR]
├─ com.hyf.hotrefresh.client.api.command.CommandLineHandler.class - [JAR]
com.hyf.hotrefresh.client.api.core
├─ com.hyf.hotrefresh.client.api.core.RequestBuilder.class - [JAR]