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 |
---|---|
ClassLoaderDelegate |
BundleClassLoader.getDelegate()
Returns the ClassLoaderDelegate used by this BundleClassLoader
|
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 ClassLoaderDelegate |
DefaultClassLoader.delegate |
Modifier and Type | Method and Description |
---|---|
ClassLoaderDelegate |
DefaultClassLoader.getDelegate() |
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) |
Constructor and Description |
---|
DefaultClassLoader(ClassLoader parent,
ClassLoaderDelegate delegate,
ProtectionDomain domain,
BaseData bundledata,
String[] classpath)
Constructs a new DefaultClassLoader.
|
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 |
---|---|
ClassLoaderDelegate |
CompositeClassLoader.getDelegate() |
ClassLoaderDelegate |
CompositeBase.getDelegate() |
Modifier and Type | Method and Description |
---|---|
BaseClassLoader |
CompositeConfigurator.createClassLoader(ClassLoader parent,
ClassLoaderDelegate delegate,
BundleProtectionDomain domain,
BaseData data,
String[] bundleclasspath) |
Constructor and Description |
---|
CompositeClassLoader(ClassLoader parent,
ClassLoaderDelegate delegate,
ClassLoaderDelegate companionDelegate,
BaseData data) |
Modifier and Type | Class and Description |
---|---|
class |
BundleLoader
This object is responsible for all classloader delegation for a bundle.
|
class |
SystemBundleLoader
The System Bundle's BundleLoader.
|
Modifier and Type | Method and Description |
---|---|
ClassLoaderDelegate |
CompositeModule.getDelegate() |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.