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 hotswap-classloader-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.litongjava.hotswap.classloader
├─ com.litongjava.hotswap.classloader.HotSwapClassLoader.class - [JAR]
com.litongjava.hotswap.wrapper.spring.boot
├─ com.litongjava.hotswap.wrapper.spring.boot.SpringApplicationWrapper.class - [JAR]
├─ com.litongjava.hotswap.wrapper.spring.boot.SpringBootApplicationContext.class - [JAR]
├─ com.litongjava.hotswap.wrapper.spring.boot.SpringBootArgument.class - [JAR]
├─ com.litongjava.hotswap.wrapper.spring.boot.SpringBootRestartServer.class - [JAR]
com.litongjava.hotswap.watcher
├─ com.litongjava.hotswap.watcher.HotSwapResolver.class - [JAR]
├─ com.litongjava.hotswap.watcher.HotSwapWatcher.class - [JAR]
com.litongjava.hotswap.wrapper.app
├─ com.litongjava.hotswap.wrapper.app.SimpleApp.class - [JAR]
├─ com.litongjava.hotswap.wrapper.app.SimpleAppCallback.class - [JAR]
com.litongjava.hotswap.debug
├─ com.litongjava.hotswap.debug.Diagnostic.class - [JAR]
com.litongjava.hotswap.kit
├─ com.litongjava.hotswap.kit.ClassLoaderKit.class - [JAR]
├─ com.litongjava.hotswap.kit.HotSwapUtils.class - [JAR]
├─ com.litongjava.hotswap.kit.PathKitExt.class - [JAR]
├─ com.litongjava.hotswap.kit.ReflectionUtils.class - [JAR]
├─ com.litongjava.hotswap.kit.UndertowKit.class - [JAR]
com.litongjava.hotswap.server
├─ com.litongjava.hotswap.server.RestartServer.class - [JAR]