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-of-drivers-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.onosproject.openflow.drivers
├─ org.onosproject.openflow.drivers.DriverManager.class - [JAR]
├─ org.onosproject.openflow.drivers.OFCorsaSwitchDriver.class - [JAR]
├─ org.onosproject.openflow.drivers.OFOVSSwitchCorsaTTP.class - [JAR]
├─ org.onosproject.openflow.drivers.OFOpticalSwitchImplLINC13.class - [JAR]
├─ org.onosproject.openflow.drivers.OFSwitchImplCPqD13.class - [JAR]
├─ org.onosproject.openflow.drivers.OFSwitchImplOVS10.class - [JAR]
├─ org.onosproject.openflow.drivers.OFSwitchImplOVS13.class - [JAR]
├─ org.onosproject.openflow.drivers.OFSwitchImplSpringOpenTTP.class - [JAR]