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) class
DirectoryRevision
This class implements a bundle archive revision for exploded bundle JAR files.(package private) class
JarRevision
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 BundleArchiveRevision Modifier and Type Field Description private java.util.SortedMap<java.lang.Long,BundleArchiveRevision>
BundleArchive. m_revisions
Methods in org.apache.felix.framework.cache that return BundleArchiveRevision Modifier and Type Method Description private BundleArchiveRevision
BundleArchive. 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.BundleArchiveRevision
BundleArchive. getCurrentRevision()
Returns the current revision object for the archive.
-