Uses of Class
org.eclipse.osgi.internal.loader.BundleLoader

Packages that use BundleLoader
org.eclipse.osgi.framework.internal.core   
org.eclipse.osgi.internal.baseadaptor.weaving   
org.eclipse.osgi.internal.loader   
org.eclipse.osgi.internal.loader.buddy   
 

Uses of BundleLoader in org.eclipse.osgi.framework.internal.core
 

Methods in org.eclipse.osgi.framework.internal.core that return BundleLoader
protected  BundleLoader BundleHost.getBundleLoader()
           
protected  BundleLoader BundleFragment.getBundleLoader()
           
protected abstract  BundleLoader AbstractBundle.getBundleLoader()
           
 

Uses of BundleLoader in org.eclipse.osgi.internal.baseadaptor.weaving
 

Constructors in org.eclipse.osgi.internal.baseadaptor.weaving with parameters of type BundleLoader
WovenClassImpl(String className, byte[] bytes, BundleEntry entry, ProtectionDomain domain, BundleLoader loader, ServiceRegistry registry, Map<ServiceRegistration<?>,Boolean> blacklist)
           
 

Uses of BundleLoader in org.eclipse.osgi.internal.loader
 

Subclasses of BundleLoader in org.eclipse.osgi.internal.loader
 class SystemBundleLoader
          The System Bundle's BundleLoader.
 

Methods in org.eclipse.osgi.internal.loader that return BundleLoader
 BundleLoader BundleLoaderProxy.getBasicBundleLoader()
           
 BundleLoader BundleLoaderProxy.getBundleLoader()
           
 

Uses of BundleLoader in org.eclipse.osgi.internal.loader.buddy
 

Constructors in org.eclipse.osgi.internal.loader.buddy with parameters of type BundleLoader
DependentPolicy(BundleLoader requester)
           
PolicyHandler(BundleLoader loader, String buddyList, PackageAdmin packageAdmin)
           
RegisteredPolicy(BundleLoader requester)
           
 



Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.