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 bookkeeper-tools-framework-4.16.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.bookkeeper.tools.common
├─ org.apache.bookkeeper.tools.common.BKCommand.class - [JAR]
├─ org.apache.bookkeeper.tools.common.BKCommandCategories.class - [JAR]
├─ org.apache.bookkeeper.tools.common.BKFlags.class - [JAR]
├─ org.apache.bookkeeper.tools.common.package-info.class - [JAR]
org.apache.bookkeeper.tools.framework
├─ org.apache.bookkeeper.tools.framework.Cli.class - [JAR]
├─ org.apache.bookkeeper.tools.framework.CliCommand.class - [JAR]
├─ org.apache.bookkeeper.tools.framework.CliCommandGroup.class - [JAR]
├─ org.apache.bookkeeper.tools.framework.CliFlags.class - [JAR]
├─ org.apache.bookkeeper.tools.framework.CliSpec.class - [JAR]
├─ org.apache.bookkeeper.tools.framework.Command.class - [JAR]
├─ org.apache.bookkeeper.tools.framework.CommandGroup.class - [JAR]
├─ org.apache.bookkeeper.tools.framework.CommandUtils.class - [JAR]
├─ org.apache.bookkeeper.tools.framework.HelpCommand.class - [JAR]
├─ org.apache.bookkeeper.tools.framework.package-info.class - [JAR]