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-cordova-projectupdate-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.modules.cordova.updatetask
├─ org.netbeans.modules.cordova.updatetask.AndroidManifest.class - [JAR]
├─ org.netbeans.modules.cordova.updatetask.AndroidUpdateTask.class - [JAR]
├─ org.netbeans.modules.cordova.updatetask.CordovaPlugin.class - [JAR]
├─ org.netbeans.modules.cordova.updatetask.CordovaTask.class - [JAR]
├─ org.netbeans.modules.cordova.updatetask.DeviceConfig.class - [JAR]
├─ org.netbeans.modules.cordova.updatetask.IOSUpdateTask.class - [JAR]
├─ org.netbeans.modules.cordova.updatetask.InfoPlist.class - [JAR]
├─ org.netbeans.modules.cordova.updatetask.PluginTask.class - [JAR]
├─ org.netbeans.modules.cordova.updatetask.ReadConfigTask.class - [JAR]
├─ org.netbeans.modules.cordova.updatetask.SourceConfig.class - [JAR]
├─ org.netbeans.modules.cordova.updatetask.XMLFile.class - [JAR]