Uses of Class
org.eclipse.osgi.framework.adaptor.BundleProtectionDomain

Packages that use BundleProtectionDomain
org.eclipse.osgi.baseadaptor   
org.eclipse.osgi.baseadaptor.hooks   
org.eclipse.osgi.framework.adaptor   
 

Uses of BundleProtectionDomain in org.eclipse.osgi.baseadaptor
 

Methods in org.eclipse.osgi.baseadaptor with parameters of type BundleProtectionDomain
 BundleClassLoader BaseData.createClassLoader(ClassLoaderDelegate delegate, BundleProtectionDomain domain, java.lang.String[] bundleclasspath)
          This method calls all the configured class loading hooks ClassLoadingHook.createClassLoader(ClassLoader, ClassLoaderDelegate, BundleProtectionDomain, BaseData, String[]) methods until on returns a non-null value.
 

Uses of BundleProtectionDomain in org.eclipse.osgi.baseadaptor.hooks
 

Methods in org.eclipse.osgi.baseadaptor.hooks with parameters of type BundleProtectionDomain
 BaseClassLoader ClassLoadingHook.createClassLoader(java.lang.ClassLoader parent, ClassLoaderDelegate delegate, BundleProtectionDomain domain, BaseData data, java.lang.String[] bundleclasspath)
          Gets called by a base data during BundleData.createClassLoader(ClassLoaderDelegate, BundleProtectionDomain, String[]).
 

Uses of BundleProtectionDomain in org.eclipse.osgi.framework.adaptor
 

Methods in org.eclipse.osgi.framework.adaptor with parameters of type BundleProtectionDomain
 BundleClassLoader BundleData.createClassLoader(ClassLoaderDelegate delegate, BundleProtectionDomain domain, java.lang.String[] bundleclasspath)
          Creates the ClassLoader for the BundleData.