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-apps-openstackinterface-app-1.8.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.onosproject.openstackinterface.impl
├─ org.onosproject.openstackinterface.impl.OpenstackInterfaceManager.class - [JAR]
org.onosproject.openstackinterface.web
├─ org.onosproject.openstackinterface.web.OpenstackFloatingIpCodec.class - [JAR]
├─ org.onosproject.openstackinterface.web.OpenstackNetworkCodec.class - [JAR]
├─ org.onosproject.openstackinterface.web.OpenstackPortCodec.class - [JAR]
├─ org.onosproject.openstackinterface.web.OpenstackRouterCodec.class - [JAR]
├─ org.onosproject.openstackinterface.web.OpenstackRouterInterfaceCodec.class - [JAR]
├─ org.onosproject.openstackinterface.web.OpenstackSecurityGroupCodec.class - [JAR]
├─ org.onosproject.openstackinterface.web.OpenstackSubnetCodec.class - [JAR]