Modifier and Type | Method and Description |
---|---|
Manifest |
ClasspathManifest.getManifest(ClasspathEntry cpEntry,
ClasspathManager loader) |
byte[] |
EclipseClassLoadingHook.processClass(String name,
byte[] classbytes,
ClasspathEntry classpathEntry,
BundleEntry entry,
ClasspathManager manager) |
void |
EclipseClassLoadingHook.recordClassDefine(String name,
Class<?> clazz,
byte[] classbytes,
ClasspathEntry classpathEntry,
BundleEntry entry,
ClasspathManager manager) |
void |
EclipseLazyStarter.recordClassDefine(String name,
Class<?> clazz,
byte[] classbytes,
ClasspathEntry classpathEntry,
BundleEntry entry,
ClasspathManager manager) |
Modifier and Type | Method and Description |
---|---|
boolean |
EclipseClassLoadingHook.addClassPathEntry(ArrayList<ClasspathEntry> cpEntries,
String cp,
ClasspathManager hostmanager,
BaseData sourcedata,
ProtectionDomain sourcedomain) |
Modifier and Type | Method and Description |
---|---|
void |
StatsManager.recordClassDefine(String name,
Class<?> clazz,
byte[] classbytes,
ClasspathEntry classpathEntry,
BundleEntry entry,
ClasspathManager manager) |
Modifier and Type | Method and Description |
---|---|
byte[] |
ClassLoadingHook.processClass(String name,
byte[] classbytes,
ClasspathEntry classpathEntry,
BundleEntry entry,
ClasspathManager manager)
Gets called by a classpath manager before defining a class.
|
void |
ClassLoadingStatsHook.recordClassDefine(String name,
Class<?> clazz,
byte[] classbytes,
ClasspathEntry classpathEntry,
BundleEntry entry,
ClasspathManager manager)
Gets called by a classpath manager after an attempt is made to define a class.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ClassLoadingHook.addClassPathEntry(ArrayList<ClasspathEntry> cpEntries,
String cp,
ClasspathManager hostmanager,
BaseData sourcedata,
ProtectionDomain sourcedomain)
Gets called by a classpath manager when looking for ClasspathEntry objects.
|
Modifier and Type | Method and Description |
---|---|
ClasspathEntry |
BaseClassLoader.createClassPathEntry(BundleFile bundlefile,
ProtectionDomain cpDomain)
Creates a classpath entry with the given bundle file and domain
|
ClasspathEntry |
ClasspathManager.getClasspath(String cp,
BaseData sourcedata,
ProtectionDomain sourcedomain)
Creates a new ClasspathEntry object for the requested classpath if the source exists.
|
ClasspathEntry[] |
FragmentClasspath.getEntries()
Returns the fragment classpath entries for this FragmentClasspath
|
ClasspathEntry |
ClasspathManager.getExternalClassPath(String cp,
BaseData sourcedata,
ProtectionDomain sourcedomain)
Uses the requested classpath as an absolute path to locate a source for a new ClasspathEntry.
|
ClasspathEntry[] |
ClasspathManager.getHostClasspathEntries()
Returns the host classpath entries for this classpath manager
|
Modifier and Type | Method and Description |
---|---|
Class<?> |
BaseClassLoader.defineClass(String name,
byte[] classbytes,
ClasspathEntry classpathEntry,
BundleEntry entry)
Defines a Class.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ClasspathManager.addClassPathEntry(ArrayList<ClasspathEntry> result,
String cp,
ClasspathManager hostloader,
BaseData sourcedata,
ProtectionDomain sourcedomain)
Adds a ClasspathEntry for the requested classpath to the result.
|
static void |
ClasspathManager.findClassPathEntry(ArrayList<ClasspathEntry> result,
String cp,
ClasspathManager hostloader,
BaseData sourcedata,
ProtectionDomain sourcedomain)
Finds all the ClasspathEntry objects for the requested classpath.
|
Constructor and Description |
---|
FragmentClasspath(BaseData bundledata,
ClasspathEntry[] entries,
ProtectionDomain domain) |
Modifier and Type | Method and Description |
---|---|
ClasspathEntry |
DefaultClassLoader.createClassPathEntry(BundleFile bundlefile,
ProtectionDomain cpDomain) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
DefaultClassLoader.defineClass(String name,
byte[] classbytes,
ClasspathEntry classpathEntry,
BundleEntry entry) |
byte[] |
BaseClassLoadingHook.processClass(String name,
byte[] classbytes,
ClasspathEntry classpathEntry,
BundleEntry entry,
ClasspathManager manager) |
byte[] |
DevClassLoadingHook.processClass(String name,
byte[] classbytes,
ClasspathEntry classpathEntry,
BundleEntry entry,
ClasspathManager manager) |
Modifier and Type | Method and Description |
---|---|
boolean |
BaseClassLoadingHook.addClassPathEntry(ArrayList<ClasspathEntry> cpEntries,
String cp,
ClasspathManager hostmanager,
BaseData sourcedata,
ProtectionDomain sourcedomain) |
boolean |
DevClassLoadingHook.addClassPathEntry(ArrayList<ClasspathEntry> cpEntries,
String cp,
ClasspathManager hostmanager,
BaseData sourcedata,
ProtectionDomain sourcedomain) |
Modifier and Type | Method and Description |
---|---|
byte[] |
WeavingHookConfigurator.processClass(String name,
byte[] classbytes,
ClasspathEntry classpathEntry,
BundleEntry entry,
ClasspathManager manager) |
void |
WeavingHookConfigurator.recordClassDefine(String name,
Class<?> clazz,
byte[] classbytes,
ClasspathEntry classpathEntry,
BundleEntry entry,
ClasspathManager manager) |
Modifier and Type | Method and Description |
---|---|
boolean |
WeavingHookConfigurator.addClassPathEntry(ArrayList<ClasspathEntry> cpEntries,
String cp,
ClasspathManager hostmanager,
BaseData sourcedata,
ProtectionDomain sourcedomain) |
Modifier and Type | Method and Description |
---|---|
ClasspathEntry |
CompositeClassLoader.createClassPathEntry(BundleFile bundlefile,
ProtectionDomain cpDomain) |
Modifier and Type | Method and Description |
---|---|
Class |
CompositeClassLoader.defineClass(String name,
byte[] classbytes,
ClasspathEntry classpathEntry,
BundleEntry entry) |
byte[] |
CompositeConfigurator.processClass(String name,
byte[] classbytes,
ClasspathEntry classpathEntry,
BundleEntry entry,
ClasspathManager manager) |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.