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) classThis class implements a bundle archive revision for exploded bundle JAR files.(package private) classThis 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_revisionsMethods in org.apache.felix.framework.cache that return BundleArchiveRevisionModifier and TypeMethodDescriptionprivate BundleArchiveRevisionBundleArchive.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.