org.apache.felix.scr.impl.config
Class ScrConfiguration
java.lang.Object
org.apache.felix.scr.impl.config.ScrConfiguration
public class ScrConfiguration
- extends Object
The ScrConfiguration
class conveys configuration for the
Felix DS implementation bundle. The basic configuration is retrieved from
bundle context properties. In addition, this class registers a ManagedService
service to receive configuration supplied from the Configuration Admin
service overlaying the static context properties.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScrConfiguration
public ScrConfiguration(BundleContext bundleContext)
getLogLevel
public int getLogLevel()
isFactoryEnabled
public boolean isFactoryEnabled()
hasCtWorkaround
public static boolean hasCtWorkaround(BundleContext bundleContext)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.