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-commands-builtin-2.0.0-M3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.felix.gogo.shell
├─ org.apache.felix.gogo.shell.Activator.class - [JAR]
├─ org.apache.felix.gogo.shell.Builtin.class - [JAR]
├─ org.apache.felix.gogo.shell.Console.class - [JAR]
├─ org.apache.felix.gogo.shell.Converters.class - [JAR]
├─ org.apache.felix.gogo.shell.Posix.class - [JAR]
├─ org.apache.felix.gogo.shell.Procedural.class - [JAR]
├─ org.apache.felix.gogo.shell.Shell.class - [JAR]
├─ org.apache.felix.gogo.shell.Telnet.class - [JAR]
org.apache.felix.gogo.options
├─ org.apache.felix.gogo.options.Option.class - [JAR]
├─ org.apache.felix.gogo.options.Options.class - [JAR]
org.ow2.shelbie.commands.builtin.internal.gogo
├─ org.ow2.shelbie.commands.builtin.internal.gogo.GogoShellCommands.class - [JAR]
org.ow2.shelbie.commands.builtin.internal
├─ org.ow2.shelbie.commands.builtin.internal.ClearAction.class - [JAR]
├─ org.ow2.shelbie.commands.builtin.internal.EachAction.class - [JAR]
├─ org.ow2.shelbie.commands.builtin.internal.EchoAction.class - [JAR]
├─ org.ow2.shelbie.commands.builtin.internal.ExitAction.class - [JAR]
├─ org.ow2.shelbie.commands.builtin.internal.GrepAction.class - [JAR]
├─ org.ow2.shelbie.commands.builtin.internal.HelpAction.class - [JAR]
├─ org.ow2.shelbie.commands.builtin.internal.HistoryAction.class - [JAR]
├─ org.ow2.shelbie.commands.builtin.internal.ShutdownAction.class - [JAR]
├─ org.ow2.shelbie.commands.builtin.internal.UnsetAction.class - [JAR]