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 shelbie-gogocommands-2.0.0-RC1.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.CommandException.class - [JAR]
├─ org.apache.felix.gogo.commands.CompleterValues.class - [JAR]
├─ org.apache.felix.gogo.commands.Option.class - [JAR]
├─ org.apache.felix.gogo.commands.SubShell.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]
org.apache.felix.gogo.commands.util
├─ org.apache.felix.gogo.commands.util.NameScoping.class - [JAR]