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

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

There is a newer version: 3.3-20170504
Show newest version
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">

    <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.0.0">
        <command name="ipf/listextensions">
            <action class="org.openehealth.ipf.osgi.karaf.commands.ListExtensionMethodsCommand"/>
            <completers>
                <null/>
            </completers>
        </command>
        <command name="ipf/listmappings">
            <action class="org.openehealth.ipf.osgi.karaf.commands.ListMappingsCommand"/>
            <completers>
                <null/>
            </completers>
        </command>
    </command-bundle>

</blueprint>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy