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 pf4j-shell-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.pf4j.shell.command
├─ org.pf4j.shell.command.AbstractCommand.class - [JAR]
├─ org.pf4j.shell.command.ClassLoaderCommand.class - [JAR]
├─ org.pf4j.shell.command.ManagerCommand.class - [JAR]
├─ org.pf4j.shell.command.PluginCommand.class - [JAR]
├─ org.pf4j.shell.command.PluginsCommand.class - [JAR]
org.pf4j.shell
├─ org.pf4j.shell.CommandsProvider.class - [JAR]
├─ org.pf4j.shell.DefaultCommandsProvider.class - [JAR]
├─ org.pf4j.shell.InstrumentationAgent.class - [JAR]
├─ org.pf4j.shell.InstrumentationAgentFactory.class - [JAR]
├─ org.pf4j.shell.InstrumentationAgentLoader.class - [JAR]
├─ org.pf4j.shell.ParentCommand.class - [JAR]
├─ org.pf4j.shell.Shell.class - [JAR]
org.pf4j.shell.util
├─ org.pf4j.shell.util.ClassLoaderUtils.class - [JAR]
├─ org.pf4j.shell.util.ProcessUtils.class - [JAR]
├─ org.pf4j.shell.util.TextTable.class - [JAR]