|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BundleEntry in org.eclipse.core.runtime.internal.adaptor |
|---|
| Methods in org.eclipse.core.runtime.internal.adaptor with parameters of type BundleEntry | |
|---|---|
byte[] |
EclipseClassLoadingHook.processClass(java.lang.String name,
byte[] classbytes,
ClasspathEntry classpathEntry,
BundleEntry entry,
ClasspathManager manager)
|
void |
EclipseClassLoadingHook.recordClassDefine(java.lang.String name,
java.lang.Class clazz,
byte[] classbytes,
ClasspathEntry classpathEntry,
BundleEntry entry,
ClasspathManager manager)
|
void |
EclipseLazyStarter.recordClassDefine(java.lang.String name,
java.lang.Class clazz,
byte[] classbytes,
ClasspathEntry classpathEntry,
BundleEntry entry,
ClasspathManager manager)
|
| Uses of BundleEntry in org.eclipse.core.runtime.internal.stats |
|---|
| Methods in org.eclipse.core.runtime.internal.stats with parameters of type BundleEntry | |
|---|---|
void |
StatsManager.recordClassDefine(java.lang.String name,
java.lang.Class clazz,
byte[] classbytes,
ClasspathEntry classpathEntry,
BundleEntry entry,
ClasspathManager manager)
|
| Uses of BundleEntry in org.eclipse.osgi.baseadaptor.bundlefile |
|---|
| Subclasses of BundleEntry in org.eclipse.osgi.baseadaptor.bundlefile | |
|---|---|
class |
DirZipBundleEntry
Represents a directory entry in a ZipBundleFile. |
class |
FileBundleEntry
A BundleEntry represented by a File object. |
class |
ZipBundleEntry
A BundleEntry represented by a ZipEntry in a ZipFile. |
| Methods in org.eclipse.osgi.baseadaptor.bundlefile that return BundleEntry | |
|---|---|
BundleEntry |
ZipBundleFile.getEntry(java.lang.String path)
|
abstract BundleEntry |
BundleFile.getEntry(java.lang.String path)
Locates a file name in this bundle and returns a BundleEntry object |
BundleEntry |
DirBundleFile.getEntry(java.lang.String path)
|
BundleEntry |
NestedDirBundleFile.getEntry(java.lang.String path)
|
BundleEntry |
BundleFileWrapperChain.getEntry(java.lang.String path)
|
| Methods in org.eclipse.osgi.baseadaptor.bundlefile with parameters of type BundleEntry | |
|---|---|
static java.lang.String |
BundleFile.fixTrailingSlash(java.lang.String path,
BundleEntry entry)
|
| Uses of BundleEntry in org.eclipse.osgi.baseadaptor.hooks |
|---|
| Methods in org.eclipse.osgi.baseadaptor.hooks with parameters of type BundleEntry | |
|---|---|
byte[] |
ClassLoadingHook.processClass(java.lang.String name,
byte[] classbytes,
ClasspathEntry classpathEntry,
BundleEntry entry,
ClasspathManager manager)
Gets called by a classpath manager before defining a class. |
void |
ClassLoadingStatsHook.recordClassDefine(java.lang.String name,
java.lang.Class clazz,
byte[] classbytes,
ClasspathEntry classpathEntry,
BundleEntry entry,
ClasspathManager manager)
Gets called by a classpath manager after a successfully defining a class. |
| Uses of BundleEntry in org.eclipse.osgi.baseadaptor.loader |
|---|
| Methods in org.eclipse.osgi.baseadaptor.loader that return BundleEntry | |
|---|---|
BundleEntry |
ClasspathManager.findLocalEntry(java.lang.String path)
Finds a local entry by searching the ClasspathEntry objects of the classpath manager. |
BundleEntry |
ClasspathManager.findLocalEntry(java.lang.String path,
int classPathIndex)
Finds a local entry by searching the ClasspathEntry with the specified class path index. |
| Methods in org.eclipse.osgi.baseadaptor.loader with parameters of type BundleEntry | |
|---|---|
java.lang.Class |
BaseClassLoader.defineClass(java.lang.String name,
byte[] classbytes,
ClasspathEntry classpathEntry,
BundleEntry entry)
Defines a Class. |
| Uses of BundleEntry in org.eclipse.osgi.framework.internal.core |
|---|
| Fields in org.eclipse.osgi.framework.internal.core declared as BundleEntry | |
|---|---|
protected BundleEntry |
BundleResourceHandler.bundleEntry
|
protected BundleEntry |
BundleURLConnection.bundleEntry
BundleEntry that the URL is associated. |
| Methods in org.eclipse.osgi.framework.internal.core that return BundleEntry | |
|---|---|
protected abstract BundleEntry |
BundleResourceHandler.findBundleEntry(java.net.URL url,
AbstractBundle bundle)
Finds the bundle entry for this protocal. |
| Constructors in org.eclipse.osgi.framework.internal.core with parameters of type BundleEntry | |
|---|---|
BundleResourceHandler(BundleEntry bundleEntry,
BaseAdaptor adaptor)
|
|
BundleURLConnection(java.net.URL url,
BundleEntry bundleEntry)
Constructor for a BundleClassLoader resource URLConnection. |
|
| Uses of BundleEntry in org.eclipse.osgi.framework.internal.protocol.bundleentry |
|---|
| Methods in org.eclipse.osgi.framework.internal.protocol.bundleentry that return BundleEntry | |
|---|---|
protected BundleEntry |
Handler.findBundleEntry(java.net.URL url,
AbstractBundle bundle)
|
| Constructors in org.eclipse.osgi.framework.internal.protocol.bundleentry with parameters of type BundleEntry | |
|---|---|
Handler(BundleEntry bundleEntry,
BaseAdaptor adaptor)
|
|
| Uses of BundleEntry in org.eclipse.osgi.framework.internal.protocol.bundleresource |
|---|
| Methods in org.eclipse.osgi.framework.internal.protocol.bundleresource that return BundleEntry | |
|---|---|
protected BundleEntry |
Handler.findBundleEntry(java.net.URL url,
AbstractBundle bundle)
|
| Constructors in org.eclipse.osgi.framework.internal.protocol.bundleresource with parameters of type BundleEntry | |
|---|---|
Handler(BundleEntry bundleEntry,
BaseAdaptor adaptor)
|
|
| Uses of BundleEntry in org.eclipse.osgi.internal.baseadaptor |
|---|
| Methods in org.eclipse.osgi.internal.baseadaptor with parameters of type BundleEntry | |
|---|---|
java.lang.Class |
DefaultClassLoader.defineClass(java.lang.String name,
byte[] classbytes,
ClasspathEntry classpathEntry,
BundleEntry entry)
|
byte[] |
BaseClassLoadingHook.processClass(java.lang.String name,
byte[] classbytes,
ClasspathEntry classpathEntry,
BundleEntry entry,
ClasspathManager manager)
|
byte[] |
DevClassLoadingHook.processClass(java.lang.String name,
byte[] classbytes,
ClasspathEntry classpathEntry,
BundleEntry entry,
ClasspathManager manager)
|
| Uses of BundleEntry in org.eclipse.osgi.internal.composite |
|---|
| Methods in org.eclipse.osgi.internal.composite with parameters of type BundleEntry | |
|---|---|
java.lang.Class |
CompositeClassLoader.defineClass(java.lang.String name,
byte[] classbytes,
ClasspathEntry classpathEntry,
BundleEntry entry)
|
byte[] |
CompositeConfigurator.processClass(java.lang.String name,
byte[] classbytes,
ClasspathEntry classpathEntry,
BundleEntry entry,
ClasspathManager manager)
|
| Uses of BundleEntry in org.eclipse.osgi.internal.signedcontent |
|---|
| Methods in org.eclipse.osgi.internal.signedcontent that return BundleEntry | |
|---|---|
BundleEntry |
SignedBundleFile.getEntry(java.lang.String path)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||