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-vtn-vtnmgr-1.8.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.onosproject.vtn.manager
├─ org.onosproject.vtn.manager.VtnService.class - [JAR]
org.onosproject.vtn.table
├─ org.onosproject.vtn.table.ArpService.class - [JAR]
├─ org.onosproject.vtn.table.ClassifierService.class - [JAR]
├─ org.onosproject.vtn.table.DnatService.class - [JAR]
├─ org.onosproject.vtn.table.L2ForwardService.class - [JAR]
├─ org.onosproject.vtn.table.L3ForwardService.class - [JAR]
├─ org.onosproject.vtn.table.SnatService.class - [JAR]
org.onosproject.vtn.cli
├─ org.onosproject.vtn.cli.VtnCommand.class - [JAR]
org.onosproject.vtn.manager.impl
├─ org.onosproject.vtn.manager.impl.VtnManager.class - [JAR]
org.onosproject.vtn.table.impl
├─ org.onosproject.vtn.table.impl.ArpServiceImpl.class - [JAR]
├─ org.onosproject.vtn.table.impl.ClassifierServiceImpl.class - [JAR]
├─ org.onosproject.vtn.table.impl.DnatServiceImpl.class - [JAR]
├─ org.onosproject.vtn.table.impl.L2ForwardServiceImpl.class - [JAR]
├─ org.onosproject.vtn.table.impl.L3ForwardServiceImpl.class - [JAR]
├─ org.onosproject.vtn.table.impl.SnatServiceImpl.class - [JAR]
org.onosproject.vtn.util
├─ org.onosproject.vtn.util.DataPathIdGenerator.class - [JAR]
├─ org.onosproject.vtn.util.IpUtil.class - [JAR]
├─ org.onosproject.vtn.util.VtnConfig.class - [JAR]
├─ org.onosproject.vtn.util.VtnData.class - [JAR]