org.opendaylight.blueprint.blueprint.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin-shell Show documentation
Show all versions of plugin-shell Show documentation
Provide shell command for snmp4sdn plugin in Karaf
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"> <reference id="snmp4sdnICoreRef" interface="org.opendaylight.snmp4sdn.ICore"/> <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0"> <command> <action class="org.opendaylight.snmp4sdn.shell.ReadDB"> <property name="controller" ref="snmp4sdnICoreRef"/> </action> </command> <command> <action class="org.opendaylight.snmp4sdn.shell.PrintDB"> <property name="controller" ref="snmp4sdnICoreRef"/> </action> </command> <command> <action class="org.opendaylight.snmp4sdn.shell.TopoDiscover"> <property name="controller" ref="snmp4sdnICoreRef"/> </action> </command> <command> <action class="org.opendaylight.snmp4sdn.shell.TopoDiscoverSwitch"> <property name="controller" ref="snmp4sdnICoreRef"/> </action> </command> <command> <action class="org.opendaylight.snmp4sdn.shell.TopoDiscoverEdge"> <property name="controller" ref="snmp4sdnICoreRef"/> </action> </command> </command-bundle> </blueprint>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy