Package | Description |
---|---|
org.apache.felix.scr.impl | |
org.apache.felix.scr.impl.manager | |
org.apache.felix.scr.impl.metadata | |
org.apache.felix.scr.impl.xml |
Modifier and Type | Class and Description |
---|---|
class |
BundleComponentActivator
The BundleComponentActivator is helper class to load and unload Components of
a single bundle.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ComponentActivator |
Modifier and Type | Method and Description |
---|---|
(package private) void |
ReferenceMetadata.validate(ComponentMetadata componentMetadata,
Logger logger)
Method used to verify if the semantics of this metadata are correct
|
void |
ComponentMetadata.validate(Logger logger)
Method used to verify if the semantics of this metadata are correct
|
Modifier and Type | Field and Description |
---|---|
private Logger |
XmlHandler.m_logger |
Constructor and Description |
---|
XmlHandler(org.osgi.framework.Bundle bundle,
Logger logger,
boolean globalObsoleteFactoryComponentFactory,
boolean globalDelayedKeepInstances) |