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();
}
Aggregations