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 plugin-spi-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.adito.aditoweb.common.jdito.plugin
├─ de.adito.aditoweb.common.jdito.plugin.IClientPlugin.class - [JAR]
├─ de.adito.aditoweb.common.jdito.plugin.IClientPluginFacade.class - [JAR]
├─ de.adito.aditoweb.common.jdito.plugin.IGenericPlugin.class - [JAR]
├─ de.adito.aditoweb.common.jdito.plugin.IGenericPluginFacade.class - [JAR]
├─ de.adito.aditoweb.common.jdito.plugin.IPlugin.class - [JAR]
├─ de.adito.aditoweb.common.jdito.plugin.IPluginFacade.class - [JAR]
├─ de.adito.aditoweb.common.jdito.plugin.PluginException.class - [JAR]
de.adito.aditoweb.common.jdito.plugin.impl
├─ de.adito.aditoweb.common.jdito.plugin.impl.AbstractClientPlugin.class - [JAR]
├─ de.adito.aditoweb.common.jdito.plugin.impl.AbstractPlugin.class - [JAR]