public class ConfigurationProcessor extends java.lang.Object implements BundleProcessor
Constructor and Description |
---|
ConfigurationProcessor(Log logger)
Creates the configuration processor.
|
Modifier and Type | Method and Description |
---|---|
void |
activate(org.osgi.framework.Bundle bundle)
A bundle is starting.
|
void |
deactivate(org.osgi.framework.Bundle bundle)
A bundle is stopping.
|
static java.lang.String |
getClassNameFromResource(java.lang.String resource) |
void |
start()
Start the service.
|
void |
stop()
Stop the service.
|
public ConfigurationProcessor(Log logger)
logger
- the logger.public static java.lang.String getClassNameFromResource(java.lang.String resource)
public void activate(org.osgi.framework.Bundle bundle)
activate
in interface BundleProcessor
bundle
- the bundlepublic void deactivate(org.osgi.framework.Bundle bundle)
deactivate
in interface BundleProcessor
bundle
- the bundleCopyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.