
OSGI-INF.blueprint.ipf-karaf-commands.xml Maven / Gradle / Ivy
<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