Search in sources :

Example 1 with OSGiPropertiesProvider

use of io.fabric8.api.gravia.OSGiPropertiesProvider in project fabric8 by jboss-fuse.

the class KarafPropertiesService method activate.

@Activate
void activate(BundleContext bundleContext) {
    propsProvider = new OSGiPropertiesProvider(bundleContext);
    activateInternal();
    activateComponent();
}
Also used : OSGiPropertiesProvider(io.fabric8.api.gravia.OSGiPropertiesProvider) Activate(org.apache.felix.scr.annotations.Activate)

Aggregations

OSGiPropertiesProvider (io.fabric8.api.gravia.OSGiPropertiesProvider)1 Activate (org.apache.felix.scr.annotations.Activate)1