All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OSGI-INF.blueprint.commands.xml Maven / Gradle / Ivy

There is a newer version: 0.19.1
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
           xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
           odl:use-default-for-reference-types="true">

    <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
        <command>
            <action class="org.opendaylight.openflowplugin.applications.reconciliation.cli.GetRegisteredServices">
                <property name="reconciliationManager"
                          ref="reconciliationManagerImpl"/>
            </action>
        </command>
    </command-bundle>

</blueprint>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy