Uses of Class
org.apache.felix.framework.cache.BundleArchive
-
Packages that use BundleArchive Package Description org.apache.felix.framework org.apache.felix.framework.cache -
-
Uses of BundleArchive in org.apache.felix.framework
Fields in org.apache.felix.framework declared as BundleArchive Modifier and Type Field Description private BundleArchive
BundleImpl. m_archive
Methods in org.apache.felix.framework that return BundleArchive Modifier and Type Method Description (package private) BundleArchive
BundleImpl. getArchive()
Methods in org.apache.felix.framework with parameters of type BundleArchive Modifier and Type Method Description private Bundle
Felix. reloadBundle(BundleArchive ba)
Constructors in org.apache.felix.framework with parameters of type BundleArchive Constructor Description BundleImpl(Felix felix, Bundle installingBundle, BundleArchive archive)
-
Uses of BundleArchive in org.apache.felix.framework.cache
Methods in org.apache.felix.framework.cache that return BundleArchive Modifier and Type Method Description BundleArchive
BundleCache. create(long id, int startLevel, java.lang.String location, java.io.InputStream is)
BundleArchive[]
BundleCache. getArchives()
-