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 copycat-state-log-0.5.1.onos.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.kuujo.copycat.state.internal
├─ net.kuujo.copycat.state.internal.DefaultStateLog.class - [JAR]
├─ net.kuujo.copycat.state.internal.SnapshottableLog.class - [JAR]
├─ net.kuujo.copycat.state.internal.SnapshottableLogManager.class - [JAR]
net.kuujo.copycat.state
├─ net.kuujo.copycat.state.StateLog.class - [JAR]
├─ net.kuujo.copycat.state.StateLogConfig.class - [JAR]