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 de.kalpatec.pojosr.framework-0.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.osgi.framework.launch
├─ org.osgi.framework.launch.Framework.class - [JAR]
├─ org.osgi.framework.launch.FrameworkFactory.class - [JAR]
org.osgi.framework.wiring
├─ org.osgi.framework.wiring.BundleCapability.class - [JAR]
├─ org.osgi.framework.wiring.BundleRequirement.class - [JAR]
├─ org.osgi.framework.wiring.BundleRevision.class - [JAR]
├─ org.osgi.framework.wiring.BundleRevisions.class - [JAR]
├─ org.osgi.framework.wiring.BundleWire.class - [JAR]
├─ org.osgi.framework.wiring.BundleWiring.class - [JAR]
├─ org.osgi.framework.wiring.FrameworkWiring.class - [JAR]
org.osgi.framework.startlevel
├─ org.osgi.framework.startlevel.BundleStartLevel.class - [JAR]
├─ org.osgi.framework.startlevel.FrameworkStartLevel.class - [JAR]
de.kalpatec.pojosr.framework.felix.framework.util
├─ de.kalpatec.pojosr.framework.felix.framework.util.EventDispatcher.class - [JAR]
├─ de.kalpatec.pojosr.framework.felix.framework.util.ListenerHookInfoImpl.class - [JAR]
├─ de.kalpatec.pojosr.framework.felix.framework.util.ListenerInfo.class - [JAR]
├─ de.kalpatec.pojosr.framework.felix.framework.util.MapToDictionary.class - [JAR]
├─ de.kalpatec.pojosr.framework.felix.framework.util.ShrinkableCollection.class - [JAR]
├─ de.kalpatec.pojosr.framework.felix.framework.util.ShrinkableMap.class - [JAR]
├─ de.kalpatec.pojosr.framework.felix.framework.util.StringComparator.class - [JAR]
├─ de.kalpatec.pojosr.framework.felix.framework.util.StringMap.class - [JAR]
├─ de.kalpatec.pojosr.framework.felix.framework.util.Util.class - [JAR]
├─ de.kalpatec.pojosr.framework.felix.framework.util.VersionRange.class - [JAR]
org.osgi.util.tracker
├─ org.osgi.util.tracker.AbstractTracked.class - [JAR]
├─ org.osgi.util.tracker.BundleTracker.class - [JAR]
├─ org.osgi.util.tracker.BundleTrackerCustomizer.class - [JAR]
├─ org.osgi.util.tracker.ServiceTracker.class - [JAR]
├─ org.osgi.util.tracker.ServiceTrackerCustomizer.class - [JAR]
org.osgi.framework.hooks.weaving
├─ org.osgi.framework.hooks.weaving.WeavingException.class - [JAR]
├─ org.osgi.framework.hooks.weaving.WeavingHook.class - [JAR]
├─ org.osgi.framework.hooks.weaving.WovenClass.class - [JAR]
org.osgi.service.url
├─ org.osgi.service.url.AbstractURLStreamHandlerService.class - [JAR]
├─ org.osgi.service.url.URLConstants.class - [JAR]
├─ org.osgi.service.url.URLStreamHandlerService.class - [JAR]
├─ org.osgi.service.url.URLStreamHandlerSetter.class - [JAR]
de.kalpatec.pojosr.framework.felix.framework
├─ de.kalpatec.pojosr.framework.felix.framework.ServiceRegistrationImpl.class - [JAR]
├─ de.kalpatec.pojosr.framework.felix.framework.ServiceRegistry.class - [JAR]
de.kalpatec.pojosr.framework.felix.framework.capabilityset
├─ de.kalpatec.pojosr.framework.felix.framework.capabilityset.Attribute.class - [JAR]
├─ de.kalpatec.pojosr.framework.felix.framework.capabilityset.Capability.class - [JAR]
├─ de.kalpatec.pojosr.framework.felix.framework.capabilityset.CapabilitySet.class - [JAR]
├─ de.kalpatec.pojosr.framework.felix.framework.capabilityset.Directive.class - [JAR]
├─ de.kalpatec.pojosr.framework.felix.framework.capabilityset.Requirement.class - [JAR]
├─ de.kalpatec.pojosr.framework.felix.framework.capabilityset.SimpleFilter.class - [JAR]
org.osgi.framework
├─ org.osgi.framework.AdaptPermission.class - [JAR]
├─ org.osgi.framework.AdaptPermissionCollection.class - [JAR]
├─ org.osgi.framework.AdminPermission.class - [JAR]
├─ org.osgi.framework.AdminPermissionCollection.class - [JAR]
├─ org.osgi.framework.AllServiceListener.class - [JAR]
├─ org.osgi.framework.Bundle.class - [JAR]
├─ org.osgi.framework.BundleActivator.class - [JAR]
├─ org.osgi.framework.BundleContext.class - [JAR]
├─ org.osgi.framework.BundleEvent.class - [JAR]
├─ org.osgi.framework.BundleException.class - [JAR]
├─ org.osgi.framework.BundleListener.class - [JAR]
├─ org.osgi.framework.BundlePermission.class - [JAR]
├─ org.osgi.framework.BundlePermissionCollection.class - [JAR]
├─ org.osgi.framework.BundleReference.class - [JAR]
├─ org.osgi.framework.CapabilityPermission.class - [JAR]
├─ org.osgi.framework.CapabilityPermissionCollection.class - [JAR]
├─ org.osgi.framework.Configurable.class - [JAR]
├─ org.osgi.framework.Constants.class - [JAR]
├─ org.osgi.framework.Filter.class - [JAR]
├─ org.osgi.framework.FrameworkEvent.class - [JAR]
├─ org.osgi.framework.FrameworkListener.class - [JAR]
├─ org.osgi.framework.FrameworkUtil.class - [JAR]
├─ org.osgi.framework.InvalidSyntaxException.class - [JAR]
├─ org.osgi.framework.PackagePermission.class - [JAR]
├─ org.osgi.framework.PackagePermissionCollection.class - [JAR]
├─ org.osgi.framework.ServiceEvent.class - [JAR]
├─ org.osgi.framework.ServiceException.class - [JAR]
├─ org.osgi.framework.ServiceFactory.class - [JAR]
├─ org.osgi.framework.ServiceListener.class - [JAR]
├─ org.osgi.framework.ServicePermission.class - [JAR]
├─ org.osgi.framework.ServicePermissionCollection.class - [JAR]
├─ org.osgi.framework.ServiceReference.class - [JAR]
├─ org.osgi.framework.ServiceRegistration.class - [JAR]
├─ org.osgi.framework.SignerProperty.class - [JAR]
├─ org.osgi.framework.SynchronousBundleListener.class - [JAR]
├─ org.osgi.framework.Version.class - [JAR]
org.osgi.service.packageadmin
├─ org.osgi.service.packageadmin.ExportedPackage.class - [JAR]
├─ org.osgi.service.packageadmin.PackageAdmin.class - [JAR]
├─ org.osgi.service.packageadmin.RequiredBundle.class - [JAR]
org.osgi.framework.hooks.resolver
├─ org.osgi.framework.hooks.resolver.ResolverHook.class - [JAR]
├─ org.osgi.framework.hooks.resolver.ResolverHookFactory.class - [JAR]
de.kalpatec.pojosr.framework.launch
├─ de.kalpatec.pojosr.framework.launch.BundleDescriptor.class - [JAR]
├─ de.kalpatec.pojosr.framework.launch.ClasspathScanner.class - [JAR]
├─ de.kalpatec.pojosr.framework.launch.PojoServiceRegistry.class - [JAR]
├─ de.kalpatec.pojosr.framework.launch.PojoServiceRegistryFactory.class - [JAR]
org.osgi.framework.hooks.service
├─ org.osgi.framework.hooks.service.EventHook.class - [JAR]
├─ org.osgi.framework.hooks.service.EventListenerHook.class - [JAR]
├─ org.osgi.framework.hooks.service.FindHook.class - [JAR]
├─ org.osgi.framework.hooks.service.ListenerHook.class - [JAR]
org.osgi.service.startlevel
├─ org.osgi.service.startlevel.StartLevel.class - [JAR]
de.kalpatec.pojosr.framework
├─ de.kalpatec.pojosr.framework.DirRevision.class - [JAR]
├─ de.kalpatec.pojosr.framework.EntriesEnumeration.class - [JAR]
├─ de.kalpatec.pojosr.framework.EntryFilterEnumeration.class - [JAR]
├─ de.kalpatec.pojosr.framework.FileEntriesEnumeration.class - [JAR]
├─ de.kalpatec.pojosr.framework.JarRevision.class - [JAR]
├─ de.kalpatec.pojosr.framework.PojoSR.class - [JAR]
├─ de.kalpatec.pojosr.framework.PojoSRBundle.class - [JAR]
├─ de.kalpatec.pojosr.framework.PojoSRBundleContext.class - [JAR]
├─ de.kalpatec.pojosr.framework.PojoServiceRegistryFactoryImpl.class - [JAR]
├─ de.kalpatec.pojosr.framework.Revision.class - [JAR]
├─ de.kalpatec.pojosr.framework.URLRevision.class - [JAR]
org.osgi.framework.hooks.bundle
├─ org.osgi.framework.hooks.bundle.EventHook.class - [JAR]
├─ org.osgi.framework.hooks.bundle.FindHook.class - [JAR]