Uses of Class
org.eclipse.osgi.baseadaptor.bundlefile.BundleEntry

Packages that use BundleEntry
org.eclipse.core.runtime.internal.adaptor   
org.eclipse.core.runtime.internal.stats   
org.eclipse.osgi.baseadaptor.bundlefile   
org.eclipse.osgi.baseadaptor.hooks   
org.eclipse.osgi.baseadaptor.loader   
org.eclipse.osgi.framework.internal.core   
org.eclipse.osgi.framework.internal.protocol.bundleentry   
org.eclipse.osgi.framework.internal.protocol.bundleresource   
 

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
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 ZipBundleFile.getEntry(java.lang.String path)
           
 

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.
 

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)
           
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)
           
 

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)