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 tinyplugin-0.0.12.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.tinygroup.plugin.config
├─ org.tinygroup.plugin.config.PluginConfig.class - [JAR]
├─ org.tinygroup.plugin.config.PluginConfigs.class - [JAR]
org.tinygroup.plugin
├─ org.tinygroup.plugin.Plugin.class - [JAR]
├─ org.tinygroup.plugin.PluginManager.class - [JAR]
org.tinygroup.plugin.applicationprocessor
├─ org.tinygroup.plugin.applicationprocessor.PluginMgtProcessor.class - [JAR]
org.tinygroup.plugin.fileprocessor
├─ org.tinygroup.plugin.fileprocessor.PluginFileProcessor.class - [JAR]
org.tinygroup.plugin.impl
├─ org.tinygroup.plugin.impl.PluginManagerImpl.class - [JAR]