public class BlueprintExtenderConfiguration extends ExtenderConfiguration
| Modifier and Type | Field and Description |
|---|---|
private OsgiApplicationContextCreator |
contextCreator |
| Constructor and Description |
|---|
BlueprintExtenderConfiguration(org.osgi.framework.BundleContext bundleContext,
org.apache.commons.logging.Log log)
Constructs a new
BlueprintExtenderConfiguration instance. |
| Modifier and Type | Method and Description |
|---|---|
OsgiApplicationContextCreator |
getContextCreator()
Returns the contextCreator.
|
addDefaultDependencyFactories, destroy, getClassLoader, getContextEventListener, getDependencyFactories, getDependencyWaitTime, getEventMulticaster, getPostProcessors, getShutdownTaskExecutor, getShutdownWaitTime, getTaskExecutor, postProcess, setForceThreadShutdown, shouldProcessAnnotationprivate final OsgiApplicationContextCreator contextCreator
public BlueprintExtenderConfiguration(org.osgi.framework.BundleContext bundleContext,
org.apache.commons.logging.Log log)
BlueprintExtenderConfiguration instance.bundleContext - public OsgiApplicationContextCreator getContextCreator()
ExtenderConfigurationgetContextCreator in class ExtenderConfiguration