|
OSGi™ Core Release 5 |
|||||||||
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.1. |
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,
java.util.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,
java.util.Collection<BundleCapability> candidates)
Filter matches hook method. |
void |
ResolverHook.filterSingletonCollisions(BundleCapability singleton,
java.util.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 | |
---|---|
java.util.List<BundleCapability> |
BundleWiring.getCapabilities(java.lang.String namespace)
Returns the capabilities provided by this bundle wiring. |
java.util.List<BundleCapability> |
BundleRevision.getDeclaredCapabilities(java.lang.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 5 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |