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 alluxio-table-shell-300.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
alluxio.cli.table
├─ alluxio.cli.table.TableShell.class - [JAR]
├─ alluxio.cli.table.TableShellUtils.class - [JAR]
alluxio.cli.table.command
├─ alluxio.cli.table.command.AbstractTableCommand.class - [JAR]
├─ alluxio.cli.table.command.AttachDatabaseCommand.class - [JAR]
├─ alluxio.cli.table.command.DetachDatabaseCommand.class - [JAR]
├─ alluxio.cli.table.command.ListDatabasesCommand.class - [JAR]
├─ alluxio.cli.table.command.LoadTableCommand.class - [JAR]
├─ alluxio.cli.table.command.SyncDatabaseCommand.class - [JAR]
├─ alluxio.cli.table.command.TransformStatusCommand.class - [JAR]
├─ alluxio.cli.table.command.TransformTableCommand.class - [JAR]