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

OSGI-INF.scr-plugin.scrinfo.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?><components xmlns:scr="http://www.osgi.org/xmlns/scr/v1.0.0">
    <scr:component enabled="true" immediate="true" name="org.apache.stanbol.cmsadapter.servicesapi.processor.TypeLifterManager">
        <implementation class="org.apache.stanbol.cmsadapter.servicesapi.processor.TypeLifterManager"/>
        <service servicefactory="false">
            <provide interface="org.apache.stanbol.cmsadapter.servicesapi.processor.TypeLifterManager"/>
        </service>
        <property name="service.vendor" type="String" value="Apache Stanbol" private="true"/>
        <property name="service.pid" value="org.apache.stanbol.cmsadapter.servicesapi.processor.TypeLifterManager" private="false"/>
        <reference name="typeLifters" interface="org.apache.stanbol.cmsadapter.servicesapi.processor.TypeLifter" cardinality="1..n" policy="dynamic" bind="bindTypeLifter" unbind="unbindTypeLifter" checked="true" strategy="event"/>
    </scr:component>
</components>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy