Uses of Interface
org.osgi.framework.wiring.BundleRevision
Packages that use BundleRevision
Package
Description
Framework Resolver Hooks Package Version 1.0.
Framework Wiring Package Version 1.2.
-
Uses of BundleRevision in org.osgi.framework.hooks.resolver
Method parameters in org.osgi.framework.hooks.resolver with type arguments of type BundleRevisionModifier and TypeMethodDescriptionResolverHookFactory.begin
(Collection<BundleRevision> triggers) This method is called by the framework each time a resolve process begins to obtain aresolver hook
instance.void
ResolverHook.filterResolvable
(Collection<BundleRevision> candidates) Filter resolvable candidates hook method. -
Uses of BundleRevision in org.osgi.framework.wiring
Methods in org.osgi.framework.wiring that return BundleRevisionModifier and TypeMethodDescriptionBundleWire.getProvider()
Returns the resource providing thecapability
.BundleWire.getRequirer()
Returns the resource whorequires
thecapability
.BundleCapability.getResource()
Returns the resource declaring this capability.BundleRequirement.getResource()
Returns the resource declaring this requirement.BundleWiring.getResource()
Returns the resource associated with this wiring.BundleCapability.getRevision()
Returns the bundle revision declaring this capability.BundleRequirement.getRevision()
Returns the bundle revision declaring this requirement.BundleWiring.getRevision()
Returns the bundle revision for the bundle in this bundle wiring.Methods in org.osgi.framework.wiring that return types with arguments of type BundleRevisionModifier and TypeMethodDescriptionBundleRevisions.getRevisions()
Return the bundle revisions for thereferenced
bundle.