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.osgi.service.deploymentadmin-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.osgi.service.deploymentadmin.spi
├─ org.osgi.service.deploymentadmin.spi.DeploymentCustomizerPermission.class - [JAR]
├─ org.osgi.service.deploymentadmin.spi.DeploymentSession.class - [JAR]
├─ org.osgi.service.deploymentadmin.spi.ResourceProcessor.class - [JAR]
├─ org.osgi.service.deploymentadmin.spi.ResourceProcessorException.class - [JAR]
org.osgi.service.deploymentadmin
├─ org.osgi.service.deploymentadmin.BundleInfo.class - [JAR]
├─ org.osgi.service.deploymentadmin.DeploymentAdmin.class - [JAR]
├─ org.osgi.service.deploymentadmin.DeploymentAdminPermission.class - [JAR]
├─ org.osgi.service.deploymentadmin.DeploymentException.class - [JAR]
├─ org.osgi.service.deploymentadmin.DeploymentPackage.class - [JAR]