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

Packages that use BundleFile
org.eclipse.osgi.baseadaptor   
org.eclipse.osgi.baseadaptor.bundlefile   
org.eclipse.osgi.baseadaptor.hooks   
org.eclipse.osgi.baseadaptor.loader   
org.eclipse.osgi.internal.baseadaptor   
org.eclipse.osgi.internal.composite   
org.eclipse.osgi.internal.signedcontent   
 

Uses of BundleFile in org.eclipse.osgi.baseadaptor
 

Fields in org.eclipse.osgi.baseadaptor declared as BundleFile
protected  BundleFile BaseData.bundleFile
           
 

Methods in org.eclipse.osgi.baseadaptor that return BundleFile
 BundleFile BaseAdaptor.createBundleFile(java.lang.Object content, BaseData data)
          Creates a bundle file object for the given content and base data.
 BundleFile BaseData.getBundleFile()
          Returns the BundleFile for this BaseData.
 

Uses of BundleFile in org.eclipse.osgi.baseadaptor.bundlefile
 

Subclasses of BundleFile in org.eclipse.osgi.baseadaptor.bundlefile
 class BundleFileWrapperChain
          Used to chain the BundleFile objects returned from BundleFileWrapperFactoryHook.
 class DirBundleFile
          A BundleFile that uses a directory as its base file.
 class NestedDirBundleFile
          A NestedDirBundleFile uses another BundleFile as its source but accesses all of its resources relative to a nested directory within the other BundleFile object.
 class ZipBundleFile
          A BundleFile that uses a ZipFile as it base file.
 

Methods in org.eclipse.osgi.baseadaptor.bundlefile that return BundleFile
 BundleFile BundleFileWrapperChain.getWrapped()
          The BundleFile that is wrapped
 

Methods in org.eclipse.osgi.baseadaptor.bundlefile with parameters of type BundleFile
 void MRUBundleFileList.add(BundleFile bundleFile)
          Adds a BundleFile which is about to be opened to the MRU list.
 boolean MRUBundleFileList.isClosing(BundleFile bundleFile)
          Returns true if this MRUBundleFileList is currently closing the specified bundle file on the current thread.
 boolean MRUBundleFileList.remove(BundleFile bundleFile)
          Removes a bundle file which is about to be closed
 void MRUBundleFileList.use(BundleFile bundleFile)
          Increments the use stamp of a bundle file
 

Constructors in org.eclipse.osgi.baseadaptor.bundlefile with parameters of type BundleFile
BundleFileWrapperChain(BundleFile wrapped, BundleFileWrapperChain next)
           
NestedDirBundleFile(BundleFile baseBundlefile, java.lang.String cp)
          Constructs a NestedDirBundleFile
 

Uses of BundleFile in org.eclipse.osgi.baseadaptor.hooks
 

Methods in org.eclipse.osgi.baseadaptor.hooks that return BundleFile
 BundleFile BundleFileFactoryHook.createBundleFile(java.lang.Object content, BaseData data, boolean base)
          Creates a bundle file for the given content and base data.
 BundleFile BundleFileWrapperFactoryHook.wrapBundleFile(BundleFile bundleFile, java.lang.Object content, BaseData data, boolean base)
          Wraps a bundle file for the given content and base data.
 

Methods in org.eclipse.osgi.baseadaptor.hooks with parameters of type BundleFile
 BundleFile BundleFileWrapperFactoryHook.wrapBundleFile(BundleFile bundleFile, java.lang.Object content, BaseData data, boolean base)
          Wraps a bundle file for the given content and base data.
 

Uses of BundleFile in org.eclipse.osgi.baseadaptor.loader
 

Methods in org.eclipse.osgi.baseadaptor.loader that return BundleFile
 BundleFile ClasspathEntry.getBundleFile()
          Returns the source BundleFile for this classpath entry
 

Methods in org.eclipse.osgi.baseadaptor.loader with parameters of type BundleFile
 ClasspathEntry BaseClassLoader.createClassPathEntry(BundleFile bundlefile, java.security.ProtectionDomain cpDomain)
          Creates a classpath entry with the given bundle file and domain
 

Constructors in org.eclipse.osgi.baseadaptor.loader with parameters of type BundleFile
ClasspathEntry(BundleFile bundlefile, java.security.ProtectionDomain domain)
          Constructs a ClasspathElement with the specified bundlefile and domain
 

Uses of BundleFile in org.eclipse.osgi.internal.baseadaptor
 

Methods in org.eclipse.osgi.internal.baseadaptor that return BundleFile
 BundleFile BaseStorage.createBundleFile(java.lang.Object content, BaseData data)
           
 

Methods in org.eclipse.osgi.internal.baseadaptor with parameters of type BundleFile
 ClasspathEntry DefaultClassLoader.createClassPathEntry(BundleFile bundlefile, java.security.ProtectionDomain cpDomain)
           
static java.security.ProtectionDomain DefaultClassLoader.createProtectionDomain(BundleFile bundlefile, java.security.ProtectionDomain baseDomain)
          Creates a ProtectionDomain which uses specified BundleFile and the permissions of the baseDomain
 

Uses of BundleFile in org.eclipse.osgi.internal.composite
 

Methods in org.eclipse.osgi.internal.composite with parameters of type BundleFile
 ClasspathEntry CompositeClassLoader.createClassPathEntry(BundleFile bundlefile, java.security.ProtectionDomain cpDomain)
           
 

Uses of BundleFile in org.eclipse.osgi.internal.signedcontent
 

Subclasses of BundleFile in org.eclipse.osgi.internal.signedcontent
 class SignedBundleFile
          This class wraps a Repository of classes and resources to check and enforce signatures.
 

Methods in org.eclipse.osgi.internal.signedcontent that return BundleFile
 BundleFile SignedBundleHook.wrapBundleFile(BundleFile bundleFile, java.lang.Object content, BaseData data, boolean base)
           
 

Methods in org.eclipse.osgi.internal.signedcontent with parameters of type BundleFile
 BundleFile SignedBundleHook.wrapBundleFile(BundleFile bundleFile, java.lang.Object content, BaseData data, boolean base)
           
 



Copyright © 2007-2012 FuseSource, Corp.. All Rights Reserved.