|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ClasspathEntry in org.eclipse.core.runtime.internal.adaptor |
|---|
| Methods in org.eclipse.core.runtime.internal.adaptor with parameters of type ClasspathEntry | |
|---|---|
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)
|
| Method parameters in org.eclipse.core.runtime.internal.adaptor with type arguments of type ClasspathEntry | |
|---|---|
boolean |
EclipseClassLoadingHook.addClassPathEntry(ArrayList<ClasspathEntry> cpEntries,
String cp,
ClasspathManager hostmanager,
BaseData sourcedata,
ProtectionDomain sourcedomain)
|
| Uses of ClasspathEntry in org.eclipse.core.runtime.internal.stats |
|---|
| Methods in org.eclipse.core.runtime.internal.stats with parameters of type ClasspathEntry | |
|---|---|
void |
StatsManager.recordClassDefine(String name,
Class<?> clazz,
byte[] classbytes,
ClasspathEntry classpathEntry,
BundleEntry entry,
ClasspathManager manager)
|
| Uses of ClasspathEntry in org.eclipse.osgi.baseadaptor.hooks |
|---|
| Methods in org.eclipse.osgi.baseadaptor.hooks with parameters of type ClasspathEntry | |
|---|---|
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. |
| Method parameters in org.eclipse.osgi.baseadaptor.hooks with type arguments of type ClasspathEntry | |
|---|---|
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. |
| Uses of ClasspathEntry in org.eclipse.osgi.baseadaptor.loader |
|---|
| Methods in org.eclipse.osgi.baseadaptor.loader that return ClasspathEntry | |
|---|---|
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 |
| Methods in org.eclipse.osgi.baseadaptor.loader with parameters of type ClasspathEntry | |
|---|---|
Class<?> |
BaseClassLoader.defineClass(String name,
byte[] classbytes,
ClasspathEntry classpathEntry,
BundleEntry entry)
Defines a Class. |
| Method parameters in org.eclipse.osgi.baseadaptor.loader with type arguments of type ClasspathEntry | |
|---|---|
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. |
| Constructors in org.eclipse.osgi.baseadaptor.loader with parameters of type ClasspathEntry | |
|---|---|
FragmentClasspath(BaseData bundledata,
ClasspathEntry[] entries,
ProtectionDomain domain)
|
|
| Uses of ClasspathEntry in org.eclipse.osgi.internal.baseadaptor |
|---|
| Methods in org.eclipse.osgi.internal.baseadaptor that return ClasspathEntry | |
|---|---|
ClasspathEntry |
DefaultClassLoader.createClassPathEntry(BundleFile bundlefile,
ProtectionDomain cpDomain)
|
| Methods in org.eclipse.osgi.internal.baseadaptor with parameters of type ClasspathEntry | |
|---|---|
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)
|
| Method parameters in org.eclipse.osgi.internal.baseadaptor with type arguments of type ClasspathEntry | |
|---|---|
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)
|
| Uses of ClasspathEntry in org.eclipse.osgi.internal.baseadaptor.weaving |
|---|
| Methods in org.eclipse.osgi.internal.baseadaptor.weaving with parameters of type ClasspathEntry | |
|---|---|
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)
|
| Method parameters in org.eclipse.osgi.internal.baseadaptor.weaving with type arguments of type ClasspathEntry | |
|---|---|
boolean |
WeavingHookConfigurator.addClassPathEntry(ArrayList<ClasspathEntry> cpEntries,
String cp,
ClasspathManager hostmanager,
BaseData sourcedata,
ProtectionDomain sourcedomain)
|
| Uses of ClasspathEntry in org.eclipse.osgi.internal.composite |
|---|
| Methods in org.eclipse.osgi.internal.composite that return ClasspathEntry | |
|---|---|
ClasspathEntry |
CompositeClassLoader.createClassPathEntry(BundleFile bundlefile,
ProtectionDomain cpDomain)
|
| Methods in org.eclipse.osgi.internal.composite with parameters of type ClasspathEntry | |
|---|---|
Class |
CompositeClassLoader.defineClass(String name,
byte[] classbytes,
ClasspathEntry classpathEntry,
BundleEntry entry)
|
byte[] |
CompositeConfigurator.processClass(String name,
byte[] classbytes,
ClasspathEntry classpathEntry,
BundleEntry entry,
ClasspathManager manager)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||