Modifier and Type | Method and Description |
---|---|
BaseClassLoader |
EclipseClassLoadingHook.createClassLoader(ClassLoader parent,
ClassLoaderDelegate delegate,
BundleProtectionDomain domain,
BaseData data,
String[] bundleclasspath) |
Modifier and Type | Method and Description |
---|---|
BundleClassLoader |
BaseData.createClassLoader(ClassLoaderDelegate delegate,
BundleProtectionDomain domain,
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. |
Modifier and Type | Method and Description |
---|---|
BaseClassLoader |
ClassLoadingHook.createClassLoader(ClassLoader parent,
ClassLoaderDelegate delegate,
BundleProtectionDomain domain,
BaseData data,
String[] bundleclasspath)
Gets called by a base data during
BundleData.createClassLoader(ClassLoaderDelegate, BundleProtectionDomain, String[]) . |
Modifier and Type | Method and Description |
---|---|
BundleClassLoader |
BundleData.createClassLoader(ClassLoaderDelegate delegate,
BundleProtectionDomain domain,
String[] bundleclasspath)
Creates the ClassLoader for the BundleData.
|
Modifier and Type | Field and Description |
---|---|
protected BundleProtectionDomain |
AbstractBundle.domain
ProtectionDomain for the bundle
|
Modifier and Type | Method and Description |
---|---|
BundleProtectionDomain |
AbstractBundle.getProtectionDomain()
Get the bundle's ProtectionDomain.
|
Modifier and Type | Method and Description |
---|---|
BaseClassLoader |
BaseClassLoadingHook.createClassLoader(ClassLoader parent,
ClassLoaderDelegate delegate,
BundleProtectionDomain domain,
BaseData data,
String[] bundleclasspath) |
BaseClassLoader |
DevClassLoadingHook.createClassLoader(ClassLoader parent,
ClassLoaderDelegate delegate,
BundleProtectionDomain domain,
BaseData data,
String[] bundleclasspath) |
BundleClassLoader |
SystemBundleData.createClassLoader(ClassLoaderDelegate delegate,
BundleProtectionDomain domain,
String[] bundleclasspath) |
Modifier and Type | Method and Description |
---|---|
BaseClassLoader |
WeavingHookConfigurator.createClassLoader(ClassLoader parent,
ClassLoaderDelegate delegate,
BundleProtectionDomain domain,
BaseData data,
String[] bundleclasspath) |
Modifier and Type | Method and Description |
---|---|
BaseClassLoader |
CompositeConfigurator.createClassLoader(ClassLoader parent,
ClassLoaderDelegate delegate,
BundleProtectionDomain domain,
BaseData data,
String[] bundleclasspath) |
Modifier and Type | Method and Description |
---|---|
BundleProtectionDomain |
SecurityAdmin.createProtectionDomain(Bundle bundle) |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.