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 io.wcm.testing.osgi-mock-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.wcm.testing.mock.osgi
├─ io.wcm.testing.mock.osgi.MockBundle.class - [JAR]
├─ io.wcm.testing.mock.osgi.MockBundleContext.class - [JAR]
├─ io.wcm.testing.mock.osgi.MockComponentContext.class - [JAR]
├─ io.wcm.testing.mock.osgi.MockFilter.class - [JAR]
├─ io.wcm.testing.mock.osgi.MockLogService.class - [JAR]
├─ io.wcm.testing.mock.osgi.MockOsgi.class - [JAR]
├─ io.wcm.testing.mock.osgi.MockServiceReference.class - [JAR]
├─ io.wcm.testing.mock.osgi.MockServiceRegistration.class - [JAR]
├─ io.wcm.testing.mock.osgi.OsgiMetadataUtil.class - [JAR]
├─ io.wcm.testing.mock.osgi.ReflectionServiceUtil.class - [JAR]