Package | Description |
---|---|
org.osgi.framework.wiring |
Framework Wiring Package Version 1.2.
|
org.osgi.resource |
Resource Package Version 1.0.
|
org.osgi.service.resolver |
Resolver Service Package Version 1.1.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BundleWire
A wire connecting a
BundleCapability to a BundleRequirement . |
Modifier and Type | Method and Description |
---|---|
List<Wire> |
BundleWiring.getProvidedResourceWires(String namespace)
Returns the
Wire s to the provided capabilities
of this wiring. |
List<Wire> |
BundleWiring.getRequiredResourceWires(String namespace)
Returns the
Wire s to the requirements in use
by this wiring. |
Modifier and Type | Method and Description |
---|---|
List<Wire> |
Wiring.getProvidedResourceWires(String namespace)
Returns the
Wire s to the provided capabilities
of this wiring. |
List<Wire> |
Wiring.getRequiredResourceWires(String namespace)
Returns the
Wire s to the requirements in use
by this wiring. |
Modifier and Type | Method and Description |
---|---|
List<Wire> |
ResolveContext.getSubstitutionWires(Wiring wiring)
Returns the subset of
required wires that provide wires to capabilities
which substitute capabilities of the wiring. |
Map<Resource,List<Wire>> |
Resolver.resolve(ResolveContext context)
Resolve the specified resolve context and return any new resources and
wires to the caller.
|
Map<Resource,List<Wire>> |
Resolver.resolveDynamic(ResolveContext context,
Wiring hostWiring,
Requirement dynamicRequirement)
Resolves a given requirement dynamically for the given host wiring using
the given resolve context and return any new resources and wires to the
caller.
|
Copyright © 2022 OSGi Alliance. All rights reserved.