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 onos-app-distributed-primitives-1.6.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.onosproject.distributedprimitives
├─ org.onosproject.distributedprimitives.DistributedPrimitivesTest.class - [JAR]
org.onosproject.distributedprimitives.cli
├─ org.onosproject.distributedprimitives.cli.CounterTestIncrementCommand.class - [JAR]
├─ org.onosproject.distributedprimitives.cli.SetTestAddCommand.class - [JAR]
├─ org.onosproject.distributedprimitives.cli.SetTestGetCommand.class - [JAR]
├─ org.onosproject.distributedprimitives.cli.SetTestRemoveCommand.class - [JAR]
├─ org.onosproject.distributedprimitives.cli.TransactionalMapTestGetCommand.class - [JAR]
├─ org.onosproject.distributedprimitives.cli.TransactionalMapTestPutCommand.class - [JAR]