Uses of Class
org.apache.felix.scr.impl.Activator.ScrExtension
-
Packages that use Activator.ScrExtension Package Description org.apache.felix.scr.impl -
-
Uses of Activator.ScrExtension in org.apache.felix.scr.impl
Fields in org.apache.felix.scr.impl with type parameters of type Activator.ScrExtension Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<org.osgi.framework.Bundle,Activator.ScrExtension>AbstractExtender. extensionsMethods in org.apache.felix.scr.impl that return Activator.ScrExtension Modifier and Type Method Description protected abstract Activator.ScrExtensionAbstractExtender. doCreateExtension(org.osgi.framework.Bundle bundle)Create the extension for the given bundle, or null if the bundle is not to be extended.protected Activator.ScrExtensionActivator. doCreateExtension(org.osgi.framework.Bundle bundle)
-