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 ratis-shell-2.5.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.ratis.shell.cli
├─ org.apache.ratis.shell.cli.AbstractShell.class - [JAR]
├─ org.apache.ratis.shell.cli.Command.class - [JAR]
├─ org.apache.ratis.shell.cli.RaftUtils.class - [JAR]
org.apache.ratis.shell.cli.sh.election
├─ org.apache.ratis.shell.cli.sh.election.PauseCommand.class - [JAR]
├─ org.apache.ratis.shell.cli.sh.election.ResumeCommand.class - [JAR]
├─ org.apache.ratis.shell.cli.sh.election.StepDownCommand.class - [JAR]
├─ org.apache.ratis.shell.cli.sh.election.TransferCommand.class - [JAR]
org.apache.ratis.shell.cli.sh
├─ org.apache.ratis.shell.cli.sh.RatisShell.class - [JAR]
org.apache.ratis.shell.cli.sh.command
├─ org.apache.ratis.shell.cli.sh.command.AbstractParentCommand.class - [JAR]
├─ org.apache.ratis.shell.cli.sh.command.AbstractRatisCommand.class - [JAR]
├─ org.apache.ratis.shell.cli.sh.command.Context.class - [JAR]
├─ org.apache.ratis.shell.cli.sh.command.ElectionCommand.class - [JAR]
├─ org.apache.ratis.shell.cli.sh.command.GroupCommand.class - [JAR]
├─ org.apache.ratis.shell.cli.sh.command.PeerCommand.class - [JAR]
├─ org.apache.ratis.shell.cli.sh.command.SnapshotCommand.class - [JAR]
org.apache.ratis.shell.cli.sh.group
├─ org.apache.ratis.shell.cli.sh.group.GroupInfoCommand.class - [JAR]
├─ org.apache.ratis.shell.cli.sh.group.GroupListCommand.class - [JAR]
org.apache.ratis.shell.cli.sh.peer
├─ org.apache.ratis.shell.cli.sh.peer.AddCommand.class - [JAR]
├─ org.apache.ratis.shell.cli.sh.peer.RemoveCommand.class - [JAR]
├─ org.apache.ratis.shell.cli.sh.peer.SetPriorityCommand.class - [JAR]
org.apache.ratis.shell.cli.sh.snapshot
├─ org.apache.ratis.shell.cli.sh.snapshot.TakeSnapshotCommand.class - [JAR]