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 mashroom-plugin-v1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cc.mashroom.plugin.ignite
├─ cc.mashroom.plugin.ignite.IgniteCache.class - [JAR]
├─ cc.mashroom.plugin.ignite.IgniteCacheFactoryStrategy.class - [JAR]
├─ cc.mashroom.plugin.ignite.IgniteCallable.class - [JAR]
├─ cc.mashroom.plugin.ignite.IgniteSerializableStrategy.class - [JAR]
cc.mashroom.plugin
├─ cc.mashroom.plugin.Plugin.class - [JAR]
├─ cc.mashroom.plugin.PluginRegistry.class - [JAR]
cc.mashroom.plugin.h2
├─ cc.mashroom.plugin.h2.H2Cache.class - [JAR]
├─ cc.mashroom.plugin.h2.H2CacheFactoryStrategy.class - [JAR]
├─ cc.mashroom.plugin.h2.H2Model.class - [JAR]
cc.mashroom.plugin.db
├─ cc.mashroom.plugin.db.DBPlugin.class - [JAR]