Package | Description |
---|---|
org.osgi.framework.hooks.resolver |
Framework Resolver Hooks Package Version 1.0.
|
org.osgi.framework.wiring |
Framework Wiring Package Version 1.2.
|
Modifier and Type | Method and Description |
---|---|
void |
ResolverHook.filterSingletonCollisions(BundleCapability singleton,
Collection<BundleCapability> collisionCandidates)
Filter singleton collisions hook method.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
BundleCapability |
BundleWire.getCapability()
Returns the
BundleCapability for this wire. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BundleRequirement.matches(BundleCapability capability)
Returns whether the specified capability matches this requirement.
|
Copyright © 2016 OSGi Alliance. All rights reserved.