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.apache.felix.bundlerepository-2.0.10.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.felix.utils.version
├─ org.apache.felix.utils.version.VersionCleaner.class - [JAR]
├─ org.apache.felix.utils.version.VersionRange.class - [JAR]
├─ org.apache.felix.utils.version.VersionTable.class - [JAR]
org.apache.felix.utils.extender
├─ org.apache.felix.utils.extender.AbstractExtender.class - [JAR]
├─ org.apache.felix.utils.extender.Extension.class - [JAR]
├─ org.apache.felix.utils.extender.SimpleExtension.class - [JAR]
org.apache.felix.bundlerepository
├─ org.apache.felix.bundlerepository.Capability.class - [JAR]
├─ org.apache.felix.bundlerepository.DataModelHelper.class - [JAR]
├─ org.apache.felix.bundlerepository.InterruptedResolutionException.class - [JAR]
├─ org.apache.felix.bundlerepository.LocalResource.class - [JAR]
├─ org.apache.felix.bundlerepository.Property.class - [JAR]
├─ org.apache.felix.bundlerepository.Reason.class - [JAR]
├─ org.apache.felix.bundlerepository.Repository.class - [JAR]
├─ org.apache.felix.bundlerepository.RepositoryAdmin.class - [JAR]
├─ org.apache.felix.bundlerepository.Requirement.class - [JAR]
├─ org.apache.felix.bundlerepository.Resolver.class - [JAR]
├─ org.apache.felix.bundlerepository.Resource.class - [JAR]
org.apache.felix.utils.log
├─ org.apache.felix.utils.log.Logger.class - [JAR]
org.apache.felix.utils.collections
├─ org.apache.felix.utils.collections.DictionaryAsMap.class - [JAR]
├─ org.apache.felix.utils.collections.IteratorToEnumeration.class - [JAR]
├─ org.apache.felix.utils.collections.MapToDictionary.class - [JAR]
org.apache.felix.utils.properties
├─ org.apache.felix.utils.properties.InterpolationHelper.class - [JAR]
├─ org.apache.felix.utils.properties.Properties.class - [JAR]
org.apache.felix.bundlerepository.impl
├─ org.apache.felix.bundlerepository.impl.Activator.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.Base64Encoder.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.CapabilityImpl.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.DataModelHelperImpl.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.FelixCapabilityAdapter.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.FelixPropertyAdapter.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.FelixRequirementAdapter.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.FelixResourceAdapter.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.FileUtil.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.LazyHashMap.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.LazyLocalResourceImpl.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.LocalRepositoryImpl.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.LocalResourceImpl.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.NamespaceTranslator.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.OSGiCapabilityAdapter.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.OSGiCapabilityImpl.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.OSGiRepositoryImpl.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.OSGiRequirementAdapter.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.OSGiRequirementImpl.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.OSGiResourceHelper.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.OSGiResourceImpl.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.ObrCommandImpl.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.ObrGogoCommand.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.ObrURLStreamHandlerService.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.PropertyImpl.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.PullParser.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.ReasonImpl.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.Referral.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.RepositoryAdminImpl.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.RepositoryImpl.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.RepositoryParser.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.RequirementImpl.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.ResolverImpl.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.ResourceCapability.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.ResourceCapabilityImpl.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.ResourceComparator.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.ResourceImpl.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.SpecXMLPullParser.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.StaxParser.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.SystemRepositoryImpl.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.XmlWriter.class - [JAR]
org.apache.felix.utils.manifest
├─ org.apache.felix.utils.manifest.Attribute.class - [JAR]
├─ org.apache.felix.utils.manifest.Clause.class - [JAR]
├─ org.apache.felix.utils.manifest.Directive.class - [JAR]
├─ org.apache.felix.utils.manifest.Parser.class - [JAR]
org.kxml2.io
├─ org.kxml2.io.KXmlParser.class - [JAR]
├─ org.kxml2.io.KXmlSerializer.class - [JAR]
org.apache.felix.utils.service
├─ org.apache.felix.utils.service.BaseManagedServiceFactory.class - [JAR]
org.apache.felix.utils.filter
├─ org.apache.felix.utils.filter.FilterImpl.class - [JAR]
org.apache.felix.bundlerepository.impl.wrapper
├─ org.apache.felix.bundlerepository.impl.wrapper.CapabilityWrapper.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.wrapper.ConvertedResource.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.wrapper.RepositoryAdminWrapper.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.wrapper.RepositoryWrapper.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.wrapper.RequirementWrapper.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.wrapper.ResolverWrapper.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.wrapper.ResourceWrapper.class - [JAR]
├─ org.apache.felix.bundlerepository.impl.wrapper.Wrapper.class - [JAR]
org.osgi.service.repository
├─ org.osgi.service.repository.ContentNamespace.class - [JAR]
├─ org.osgi.service.repository.Repository.class - [JAR]
├─ org.osgi.service.repository.RepositoryContent.class - [JAR]
├─ org.osgi.service.repository.package-info.class - [JAR]
org.xmlpull.v1
├─ org.xmlpull.v1.XmlPullParser.class - [JAR]
├─ org.xmlpull.v1.XmlPullParserException.class - [JAR]
├─ org.xmlpull.v1.XmlPullParserFactory.class - [JAR]
├─ org.xmlpull.v1.XmlSerializer.class - [JAR]