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 carrot-osgi-scr-factory-cm-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.carrotgarden.osgi.factory.api
├─ com.carrotgarden.osgi.factory.api.Cidget.class - [JAR]
├─ com.carrotgarden.osgi.factory.api.CidgetManager.class - [JAR]
├─ com.carrotgarden.osgi.factory.api.CidgetManagerBase.class - [JAR]
com.carrotgarden.osgi.factory.impl
├─ com.carrotgarden.osgi.factory.impl.CidgetManagerCore.class - [JAR]
├─ com.carrotgarden.osgi.factory.impl.CidgetManagerProvider.class - [JAR]
com.carrotgarden.osgi.factory.test
├─ com.carrotgarden.osgi.factory.test.Tidget.class - [JAR]
├─ com.carrotgarden.osgi.factory.test.TidgetComp1.class - [JAR]
├─ com.carrotgarden.osgi.factory.test.TidgetComp2.class - [JAR]
├─ com.carrotgarden.osgi.factory.test.TidgetDependency.class - [JAR]
├─ com.carrotgarden.osgi.factory.test.TidgetDependencyImpl.class - [JAR]
├─ com.carrotgarden.osgi.factory.test.TidgetManager.class - [JAR]
├─ com.carrotgarden.osgi.factory.test.TidgetManagerProvider.class - [JAR]
├─ com.carrotgarden.osgi.factory.test.TidgetSwitch.class - [JAR]
├─ com.carrotgarden.osgi.factory.test.TidgetSwitchProvider.class - [JAR]