Uses of Interface
org.osgi.framework.wiring.BundleRevision
-
Packages that use BundleRevision Package Description org.osgi.framework.hooks.resolver Framework Resolver Hooks Package Version 1.0.org.osgi.framework.wiring 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 BundleRevision Modifier and Type Method Description ResolverHookResolverHookFactory. begin(java.util.Collection<BundleRevision> triggers)This method is called by the framework each time a resolve process begins to obtain aresolver hookinstance.voidResolverHook. filterResolvable(java.util.Collection<BundleRevision> candidates)Filter resolvable candidates hook method. -
Uses of BundleRevision in org.osgi.framework.wiring
Methods in org.osgi.framework.wiring that return BundleRevision Modifier and Type Method Description BundleRevisionBundleWire. getProvider()Returns the resource providing thecapability.BundleRevisionBundleWire. getRequirer()Returns the resource whorequiresthecapability.BundleRevisionBundleCapability. getResource()Returns the resource declaring this capability.BundleRevisionBundleRequirement. getResource()Returns the resource declaring this requirement.BundleRevisionBundleWiring. getResource()Returns the resource associated with this wiring.BundleRevisionBundleCapability. getRevision()Returns the bundle revision declaring this capability.BundleRevisionBundleRequirement. getRevision()Returns the bundle revision declaring this requirement.BundleRevisionBundleWiring. 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 BundleRevision Modifier and Type Method Description java.util.List<BundleRevision>BundleRevisions. getRevisions()Return the bundle revisions for thereferencedbundle.
-