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. extensions
Methods in org.apache.felix.scr.impl that return Activator.ScrExtension Modifier and Type Method Description protected abstract Activator.ScrExtension
AbstractExtender. 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.ScrExtension
Activator. doCreateExtension(org.osgi.framework.Bundle bundle)
-