|
OSGi™ Core Release 6 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BundleCapability | |
|---|---|
| org.osgi.framework.hooks.resolver | Framework Resolver Hooks Package Version 1.0. |
| org.osgi.framework.wiring | Framework Wiring Package Version 1.2. |
| Uses of BundleCapability in org.osgi.framework.hooks.resolver |
|---|
| Methods in org.osgi.framework.hooks.resolver with parameters of type BundleCapability | |
|---|---|
void |
ResolverHook.filterSingletonCollisions(BundleCapability singleton,
Collection<BundleCapability> collisionCandidates)
Filter singleton collisions hook method. |
| Method parameters in org.osgi.framework.hooks.resolver with type arguments of type BundleCapability | |
|---|---|
void |
ResolverHook.filterMatches(BundleRequirement requirement,
Collection<BundleCapability> candidates)
Filter matches hook method. |
void |
ResolverHook.filterSingletonCollisions(BundleCapability singleton,
Collection<BundleCapability> collisionCandidates)
Filter singleton collisions hook method. |
| Uses of BundleCapability in org.osgi.framework.wiring |
|---|
| Methods in org.osgi.framework.wiring that return BundleCapability | |
|---|---|
BundleCapability |
BundleWire.getCapability()
Returns the BundleCapability for this wire. |
| Methods in org.osgi.framework.wiring that return types with arguments of type BundleCapability | |
|---|---|
Collection<BundleCapability> |
FrameworkWiring.findProviders(Requirement requirement)
Find bundle capabilities that match the given requirement. |
List<BundleCapability> |
BundleWiring.getCapabilities(String namespace)
Returns the capabilities provided by this bundle wiring. |
List<BundleCapability> |
BundleRevision.getDeclaredCapabilities(String namespace)
Returns the capabilities declared by this bundle revision. |
| Methods in org.osgi.framework.wiring with parameters of type BundleCapability | |
|---|---|
boolean |
BundleRequirement.matches(BundleCapability capability)
Returns whether the specified capability matches this requirement. |
|
OSGi™ Core Release 6 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||