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.filterMatches(BundleRequirement requirement,
Collection<BundleCapability> candidates)
Filter matches hook method.
|
Modifier and Type | Method and Description |
---|---|
BundleRequirement |
BundleWire.getRequirement()
Return the
BundleRequirement for this wire. |
Modifier and Type | Method and Description |
---|---|
List<BundleRequirement> |
BundleRevision.getDeclaredRequirements(String namespace)
Returns the requirements declared by this bundle revision.
|
List<BundleRequirement> |
BundleWiring.getRequirements(String namespace)
Returns the requirements of this bundle wiring.
|
Copyright © 2018 OSGi Alliance. All rights reserved.