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.gogo.commands-0.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.felix.gogo.commands
├─ org.apache.felix.gogo.commands.Action.class - [JAR]
├─ org.apache.felix.gogo.commands.Argument.class - [JAR]
├─ org.apache.felix.gogo.commands.Command.class - [JAR]
├─ org.apache.felix.gogo.commands.Option.class - [JAR]
org.apache.felix.gogo.commands.converter
├─ org.apache.felix.gogo.commands.converter.DefaultConverter.class - [JAR]
├─ org.apache.felix.gogo.commands.converter.GenericType.class - [JAR]
├─ org.apache.felix.gogo.commands.converter.ReifiedType.class - [JAR]
org.apache.felix.gogo.commands.basic
├─ org.apache.felix.gogo.commands.basic.AbstractCommand.class - [JAR]
├─ org.apache.felix.gogo.commands.basic.ActionPreparator.class - [JAR]
├─ org.apache.felix.gogo.commands.basic.DefaultActionPreparator.class - [JAR]
├─ org.apache.felix.gogo.commands.basic.SimpleCommand.class - [JAR]