Uses of Class
org.apache.felix.framework.BundleWiringImpl
Packages that use BundleWiringImpl
-
Uses of BundleWiringImpl in org.apache.felix.framework
Subclasses of BundleWiringImpl in org.apache.felix.frameworkFields in org.apache.felix.framework declared as BundleWiringImplModifier and TypeFieldDescriptionprivate BundleWiringImpl
BundleRevisionImpl.m_wiring
private final BundleWiringImpl
BundleWiringImpl.BundleClassLoader.m_wiring
private final BundleWiringImpl
BundleWiringImpl.BundleClassLoaderJava5.m_wiring
Methods in org.apache.felix.framework with parameters of type BundleWiringImplModifier and TypeMethodDescriptionvoid
BundleRevisionImpl.resolve
(BundleWiringImpl wiring) void
ExtensionManager.ExtensionManagerRevision.resolve
(BundleWiringImpl wire) Constructors in org.apache.felix.framework with parameters of type BundleWiringImplModifierConstructorDescriptionBundleClassLoader
(BundleWiringImpl wiring, ClassLoader parent, Logger logger) BundleClassLoaderJava5
(BundleWiringImpl wiring, ClassLoader parent, Logger logger)