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 felix-utils-1.2.0-1.0.0.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.log
├─ org.apache.felix.utils.log.Logger.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.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.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]