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 |
---|---|
void |
EclipseClassLoadingHook.initializedClassLoader(BaseClassLoader baseClassLoader,
BaseData data) |
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 |
---|---|
void |
ClassLoadingHook.initializedClassLoader(BaseClassLoader baseClassLoader,
BaseData data)
Gets called by a classpath manager at the end of
ClasspathManager.initialize() . |
Modifier and Type | Interface and Description |
---|---|
interface |
ParallelClassLoader
A parallel class loader.
|
Modifier and Type | Method and Description |
---|---|
BaseClassLoader |
ClasspathManager.getBaseClassLoader()
Returns the base class loader used by this classpath manager
|
Constructor and Description |
---|
ClasspathManager(BaseData data,
String[] classpath,
BaseClassLoader classloader)
Constructs a classpath manager for the given host base data, classpath and base class loader
|
Modifier and Type | Method and Description |
---|---|
protected static BaseClassLoader |
BundleResourceHandler.getBundleClassLoader(AbstractBundle bundle) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultClassLoader
The default implementation of
BaseClassLoader . |
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) |
Modifier and Type | Method and Description |
---|---|
void |
BaseClassLoadingHook.initializedClassLoader(BaseClassLoader baseClassLoader,
BaseData data) |
void |
DevClassLoadingHook.initializedClassLoader(BaseClassLoader baseClassLoader,
BaseData data) |
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 |
---|---|
void |
WeavingHookConfigurator.initializedClassLoader(BaseClassLoader baseClassLoader,
BaseData data) |
Modifier and Type | Class and Description |
---|---|
class |
CompositeClassLoader |
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 |
---|---|
void |
CompositeConfigurator.initializedClassLoader(BaseClassLoader baseClassLoader,
BaseData data) |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.