Uses of Class
org.apache.felix.framework.cache.BundleArchiveRevision
-
Packages that use BundleArchiveRevision Package Description org.apache.felix.framework.cache -
-
Uses of BundleArchiveRevision in org.apache.felix.framework.cache
Subclasses of BundleArchiveRevision in org.apache.felix.framework.cache Modifier and Type Class Description (package private) classDirectoryRevisionThis class implements a bundle archive revision for exploded bundle JAR files.(package private) classJarRevisionThis class implements a bundle archive revision for a standard bundle JAR file.Fields in org.apache.felix.framework.cache with type parameters of type BundleArchiveRevision Modifier and Type Field Description private java.util.SortedMap<java.lang.Long,BundleArchiveRevision>BundleArchive. m_revisionsMethods in org.apache.felix.framework.cache that return BundleArchiveRevision Modifier and Type Method Description private BundleArchiveRevisionBundleArchive. createRevisionFromLocation(java.lang.String location, java.io.InputStream is, java.lang.Long revNum)Creates a revision based on the location string and/or input stream.BundleArchiveRevisionBundleArchive. getCurrentRevision()Returns the current revision object for the archive.
-