OSGI-INF.blueprint.blueprint.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2016 Ericsson India Global Services Pvt Ltd. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html --> <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"> <reference id="dataBrokerRef" interface="org.opendaylight.controller.md.sal.binding.api.DataBroker" availability="optional"/> <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0"> <command> <action class="org.opendaylight.netvirt.vpnmanager.shell.ShowVpn"> <property name="dataBroker" ref="dataBrokerRef"/> </action> </command> <command> <action class="org.opendaylight.netvirt.vpnmanager.shell.ShowVpnInstanceOpData"> <property name="dataBroker" ref="dataBrokerRef"/> </action> </command> </command-bundle> </blueprint>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy