Uses of Class
org.apache.felix.framework.cache.BundleArchiveRevision
Packages that use BundleArchiveRevision
-
Uses of BundleArchiveRevision in org.apache.felix.framework.cache
Subclasses of BundleArchiveRevision in org.apache.felix.framework.cacheModifier and TypeClassDescription(package private) class
This class implements a bundle archive revision for exploded bundle JAR files.(package private) class
This class implements a bundle archive revision for a standard bundle JAR file.Fields in org.apache.felix.framework.cache with type parameters of type BundleArchiveRevisionModifier and TypeFieldDescriptionprivate final SortedMap
<Long, BundleArchiveRevision> BundleArchive.m_revisions
Methods in org.apache.felix.framework.cache that return BundleArchiveRevisionModifier and TypeMethodDescriptionprivate BundleArchiveRevision
BundleArchive.createRevisionFromLocation
(String location, InputStream is, Long revNum) Creates a revision based on the location string and/or input stream.BundleArchive.getCurrentRevision()
Returns the current revision object for the archive.