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 secret-plugin-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.gitee.secretopen.plugin
├─ com.gitee.secretopen.plugin.SecretPlugin.class - [JAR]
├─ com.gitee.secretopen.plugin.SecretPluginClassLoader.class - [JAR]
├─ com.gitee.secretopen.plugin.SecretPluginFactory.class - [JAR]
├─ com.gitee.secretopen.plugin.SecretPluginInterface.class - [JAR]
com.gitee.secretopen.plugin.model
├─ com.gitee.secretopen.plugin.model.PluginModel.class - [JAR]
├─ com.gitee.secretopen.plugin.model.PluginModelObserver.class - [JAR]
com.gitee.secretopen.plugin.util
├─ com.gitee.secretopen.plugin.util.JsonUtil.class - [JAR]
com.gitee.secretopen.plugin.config
├─ com.gitee.secretopen.plugin.config.SecretPluginConfig.class - [JAR]
com.gitee.secretopen.plugin.observer
├─ com.gitee.secretopen.plugin.observer.Observer.class - [JAR]
├─ com.gitee.secretopen.plugin.observer.Observerable.class - [JAR]