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 orbisgis-omanager-plugin-5.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.orbisgis.omanager.plugin.impl
├─ org.orbisgis.omanager.plugin.impl.ItemPlugin.class - [JAR]
├─ org.orbisgis.omanager.plugin.impl.ItemPluginListRenderer.class - [JAR]
├─ org.orbisgis.omanager.plugin.impl.MainDialog.class - [JAR]
├─ org.orbisgis.omanager.plugin.impl.ManagerMenuFactory.class - [JAR]
├─ org.orbisgis.omanager.plugin.impl.RegisterSavedRepositories.class - [JAR]
org.orbisgis.omanager.plugin.api
├─ org.orbisgis.omanager.plugin.api.CustomPlugin.class - [JAR]