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,
java.util.Collection<BundleCapability> collisionCandidates)
Filter singleton collisions hook method.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
BundleCapability |
BundleWire.getCapability()
Returns the
BundleCapability for this wire. |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<BundleCapability> |
FrameworkWiring.findProviders(Requirement requirement)
Find bundle capabilities that match the given requirement.
|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BundleRequirement.matches(BundleCapability capability)
Returns whether the specified capability matches this requirement.
|
Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0