public class LogbackModuleFactory extends AbstractLogbackModuleFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
INSTANCE_NAME |
NAME| Constructor and Description |
|---|
LogbackModuleFactory() |
| Modifier and Type | Method and Description |
|---|---|
Set<LogbackModule> |
getDefaultModules(org.opendaylight.controller.config.api.DependencyResolverFactory dependencyResolverFactory,
org.osgi.framework.BundleContext bundleContext) |
LogbackModule |
instantiateModule(String instanceName,
org.opendaylight.controller.config.api.DependencyResolver dependencyResolver,
org.osgi.framework.BundleContext bundleContext) |
LogbackModule |
instantiateModule(String instanceName,
org.opendaylight.controller.config.api.DependencyResolver dependencyResolver,
LogbackModule oldModule,
AutoCloseable oldInstance,
org.osgi.framework.BundleContext bundleContext) |
createModule, createModule, getImplementationName, getImplementedServiceIntefaces, handleChangedClass, handleChangedClass, isModuleImplementingServiceInterfacepublic static final String INSTANCE_NAME
public LogbackModule instantiateModule(String instanceName, org.opendaylight.controller.config.api.DependencyResolver dependencyResolver, org.osgi.framework.BundleContext bundleContext)
instantiateModule in class AbstractLogbackModuleFactorypublic LogbackModule instantiateModule(String instanceName, org.opendaylight.controller.config.api.DependencyResolver dependencyResolver, LogbackModule oldModule, AutoCloseable oldInstance, org.osgi.framework.BundleContext bundleContext)
instantiateModule in class AbstractLogbackModuleFactorypublic Set<LogbackModule> getDefaultModules(org.opendaylight.controller.config.api.DependencyResolverFactory dependencyResolverFactory, org.osgi.framework.BundleContext bundleContext)
getDefaultModules in interface org.opendaylight.controller.config.spi.ModuleFactorygetDefaultModules in class AbstractLogbackModuleFactoryCopyright © 2018 OpenDaylight. All rights reserved.