Package | Description |
---|---|
org.apache.felix.utils.extender |
Modifier and Type | Class and Description |
---|---|
class |
SimpleExtension |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ConcurrentMap<org.osgi.framework.Bundle,Extension> |
AbstractExtender.extensions |
Modifier and Type | Method and Description |
---|---|
protected abstract Extension |
AbstractExtender.doCreateExtension(org.osgi.framework.Bundle bundle)
Create the extension for the given bundle, or null if the bundle is not to be extended.
|