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

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

<?xml version="1.0" encoding="UTF-8"?><components xmlns:scr="http://www.osgi.org/xmlns/scr/v1.0.0">
    <scr:component enabled="true" name="org.apache.clerezza.platform.documentation.DocumentationInContentGraph">
        <implementation class="org.apache.clerezza.platform.documentation.DocumentationInContentGraph"/>
        <property name="service.pid" value="org.apache.clerezza.platform.documentation.DocumentationInContentGraph" private="false"/>
        <reference name="documentationProvider" interface="org.apache.clerezza.platform.documentation.DocumentationProvider" cardinality="1..1" policy="static" bind="bindDocumentationProvider" unbind="unbindDocumentationProvider" checked="true" strategy="event"/>
        <reference name="cgProvider" interface="org.apache.clerezza.platform.graphprovider.content.ContentGraphProvider" cardinality="1..1" policy="static" bind="bindCgProvider" unbind="unbindCgProvider" checked="true" strategy="event"/>
    </scr:component>
    <scr:component enabled="true" name="org.apache.clerezza.platform.documentation.DocumentationProvider">
        <implementation class="org.apache.clerezza.platform.documentation.DocumentationProvider"/>
        <service servicefactory="false">
            <provide interface="org.apache.clerezza.rdf.core.access.WeightedTcProvider"/>
            <provide interface="org.apache.clerezza.platform.documentation.DocumentationProvider"/>
        </service>
        <property name="weight" type="Integer" value="30" private="false"/>
        <property name="service.pid" value="org.apache.clerezza.platform.documentation.DocumentationProvider" private="false"/>
        <reference name="config" interface="org.apache.clerezza.platform.config.PlatformConfig" cardinality="1..1" policy="static" bind="bindConfig" unbind="unbindConfig" checked="true" strategy="event"/>
        <reference name="parser" interface="org.apache.clerezza.rdf.core.serializedform.Parser" cardinality="1..1" policy="static" bind="bindParser" unbind="unbindParser" checked="true" strategy="event"/>
    </scr:component>
</components>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy