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 org-netbeans-modules-php-api-framework-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.modules.php.spi.framework
├─ org.netbeans.modules.php.spi.framework.PhpFrameworkProvider.class - [JAR]
├─ org.netbeans.modules.php.spi.framework.PhpModuleActionsExtender.class - [JAR]
├─ org.netbeans.modules.php.spi.framework.PhpModuleCustomizerExtender.class - [JAR]
├─ org.netbeans.modules.php.spi.framework.PhpModuleExtender.class - [JAR]
├─ org.netbeans.modules.php.spi.framework.PhpModuleIgnoredFilesExtender.class - [JAR]
org.netbeans.modules.php.spi.framework.commands
├─ org.netbeans.modules.php.spi.framework.commands.FrameworkCommand.class - [JAR]
├─ org.netbeans.modules.php.spi.framework.commands.FrameworkCommandSupport.class - [JAR]
org.netbeans.modules.php.api.framework.ui.commands
├─ org.netbeans.modules.php.api.framework.ui.commands.FrameworkCommandChooser.class - [JAR]
├─ org.netbeans.modules.php.api.framework.ui.commands.RefreshPhpModuleRunnable.class - [JAR]
org.netbeans.modules.php.api.framework.registration
├─ org.netbeans.modules.php.api.framework.registration.PhpFrameworkRegistrationProcessor.class - [JAR]
org.netbeans.modules.php.api.framework
├─ org.netbeans.modules.php.api.framework.BadgeIcon.class - [JAR]
├─ org.netbeans.modules.php.api.framework.PhpFrameworks.class - [JAR]
org.netbeans.modules.php.spi.framework.actions
├─ org.netbeans.modules.php.spi.framework.actions.BaseAction.class - [JAR]
├─ org.netbeans.modules.php.spi.framework.actions.GoToActionAction.class - [JAR]
├─ org.netbeans.modules.php.spi.framework.actions.GoToViewAction.class - [JAR]
├─ org.netbeans.modules.php.spi.framework.actions.RunCommandAction.class - [JAR]