Uses of Class
org.apache.felix.framework.BundleRevisionImpl
-
Packages that use BundleRevisionImpl Package Description org.apache.felix.framework -
-
Uses of BundleRevisionImpl in org.apache.felix.framework
Subclasses of BundleRevisionImpl in org.apache.felix.framework Modifier and Type Class Description (package private) classExtensionManager.ExtensionManagerRevisionFields in org.apache.felix.framework declared as BundleRevisionImpl Modifier and Type Field Description private BundleRevisionImplBundleWiringImpl. m_revisionprivate BundleRevisionImplExtensionManager. m_systemBundleRevisionFields in org.apache.felix.framework with type parameters of type BundleRevisionImpl Modifier and Type Field Description private java.lang.ref.WeakReference<BundleRevisionImpl>BundleProtectionDomain. m_revisionprivate java.util.List<BundleRevisionImpl>BundleImpl. m_revisionsMethods in org.apache.felix.framework that return BundleRevisionImpl Modifier and Type Method Description private BundleRevisionImplBundleImpl. createRevision(boolean isUpdate)(package private) BundleRevisionImplBundleProtectionDomain. getRevision()BundleRevisionImplExtensionManager. getRevision()Methods in org.apache.felix.framework with parameters of type BundleRevisionImpl Modifier and Type Method Description (package private) voidBundleImpl. addRevision(BundleRevisionImpl revision)private static java.net.URLBundleProtectionDomain.RevisionAsJarURL. create(BundleRevisionImpl revision)private static BundleRevisionDTODTOFactory. createBundleRevisionDTO(Bundle bundle, BundleRevisionImpl revision, java.util.Set<BundleRevisionDTO> resources)private static intDTOFactory. getRevisionID(BundleRevisionImpl revision)private static booleanBundleProtectionDomain.RevisionAsJarURL. getUseCachedURL(BundleRevisionImpl revision)private static java.lang.StringBundleProtectionDomain.RevisionAsJarURL. getUseCachedURLProperty(BundleRevisionImpl revision)(package private) voidFelix. setBundleProtectionDomain(BundleRevisionImpl revisionImpl)Constructors in org.apache.felix.framework with parameters of type BundleRevisionImpl Constructor Description BundleProtectionDomain(BundleRevisionImpl revision, java.lang.Object certificates)BundleWiringImpl(Logger logger, java.util.Map configMap, StatefulResolver resolver, BundleRevisionImpl revision, java.util.List<BundleRevision> fragments, java.util.List<BundleWire> wires, java.util.Map<java.lang.String,BundleRevision> importedPkgs, java.util.Map<java.lang.String,java.util.List<BundleRevision>> requiredPkgs)ExtensionManagerWiring(Logger logger, java.util.Map configMap, BundleRevisionImpl revision)RevisionAsJarURL(BundleRevisionImpl revision)
-