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 jeecf-module-osgi-2.0.1-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jeecf.osgi.enums
├─ org.jeecf.osgi.enums.BoundleEnum.class - [JAR]
├─ org.jeecf.osgi.enums.LanguageEnum.class - [JAR]
org.jeecf.osgi.plugin
├─ org.jeecf.osgi.plugin.GenHandlerPlugin.class - [JAR]
├─ org.jeecf.osgi.plugin.Plugin.class - [JAR]
org.jeecf.osgi.boundle
├─ org.jeecf.osgi.boundle.BaseBoundle.class - [JAR]
├─ org.jeecf.osgi.boundle.GenHandlerBoundle.class - [JAR]
├─ org.jeecf.osgi.boundle.LifeCycle.class - [JAR]
org.jeecf.osgi.model
├─ org.jeecf.osgi.model.BoundleContext.class - [JAR]
├─ org.jeecf.osgi.model.PluginRequest.class - [JAR]
├─ org.jeecf.osgi.model.PluginResponse.class - [JAR]
org.jeecf.osgi.utils
├─ org.jeecf.osgi.utils.JarUtils.class - [JAR]
├─ org.jeecf.osgi.utils.PluginManager.class - [JAR]