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 opencast-plugin-manager-14.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.opencastproject.plugin.command
├─ org.opencastproject.plugin.command.PluginDisable.class - [JAR]
├─ org.opencastproject.plugin.command.PluginEnable.class - [JAR]
├─ org.opencastproject.plugin.command.PluginList.class - [JAR]
org.opencastproject.plugin.impl
├─ org.opencastproject.plugin.impl.PluginManagerImpl.class - [JAR]
org.opencastproject.plugin
├─ org.opencastproject.plugin.PluginManager.class - [JAR]
org.opencastproject.plugin.command.completers
├─ org.opencastproject.plugin.command.completers.PluginNameCompleter.class - [JAR]