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.karaf.features.command-1.6.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.felix.karaf.features.command
├─ org.apache.felix.karaf.features.command.AddUrlCommand.class - [JAR]
├─ org.apache.felix.karaf.features.command.FeaturesCommandSupport.class - [JAR]
├─ org.apache.felix.karaf.features.command.InstallFeatureCommand.class - [JAR]
├─ org.apache.felix.karaf.features.command.ListFeaturesCommand.class - [JAR]
├─ org.apache.felix.karaf.features.command.ListUrlCommand.class - [JAR]
├─ org.apache.felix.karaf.features.command.RefreshUrlCommand.class - [JAR]
├─ org.apache.felix.karaf.features.command.RemoveUrlCommand.class - [JAR]
├─ org.apache.felix.karaf.features.command.UninstallFeatureCommand.class - [JAR]
org.apache.felix.karaf.features.command.completers
├─ org.apache.felix.karaf.features.command.completers.AvailableFeatureCompleter.class - [JAR]
├─ org.apache.felix.karaf.features.command.completers.FeatureRepositoryCompleter.class - [JAR]
├─ org.apache.felix.karaf.features.command.completers.InstalledFeatureCompleter.class - [JAR]