Uses of Class
org.apache.felix.framework.cache.BundleArchive

Packages that use BundleArchive
org.apache.felix.framework   
org.apache.felix.framework.cache   
 

Uses of BundleArchive in org.apache.felix.framework
 

Subclasses of BundleArchive in org.apache.felix.framework
 class SystemBundleArchive
           This class represents the bundle archive of the system bundle.
 

Uses of BundleArchive in org.apache.felix.framework.cache
 

Methods in org.apache.felix.framework.cache that return BundleArchive
 BundleArchive BundleCache.create(long id, java.lang.String location, java.io.InputStream is)
           
 BundleArchive BundleCache.getArchive(long id)
           
 BundleArchive[] BundleCache.getArchives()
           
 

Methods in org.apache.felix.framework.cache with parameters of type BundleArchive
 int BundleCache.getArchiveIndex(BundleArchive ba)
           
 void BundleCache.remove(BundleArchive ba)