Package | Description |
---|---|
org.apache.felix.resolver | |
org.apache.felix.resolver.impl | |
org.osgi.framework.resource |
Framework Resource Package Version 1.0.
|
org.osgi.framework.wiring |
Framework Wiring Package Version 1.1.
|
org.osgi.service.resolver |
Resolver Package Version 1.0.
|
Modifier and Type | Method and Description |
---|---|
Map<Resource,List<Wire>> |
FelixResolver.resolve(FelixEnvironment env,
Resource resource,
Requirement dynReq,
SortedSet<Capability> cands,
Collection<? extends Resource> ondemandFragments) |
Modifier and Type | Class and Description |
---|---|
class |
HostedCapability |
Modifier and Type | Method and Description |
---|---|
Capability |
HostedCapability.getOriginalCapability() |
static Capability |
Util.getSatisfyingCapability(Environment env,
Resource br,
Requirement req) |
Modifier and Type | Method and Description |
---|---|
boolean |
HostedRequirement.matches(Capability capability) |
Modifier and Type | Method and Description |
---|---|
Map<Resource,List<Wire>> |
ResolverImpl.resolve(FelixEnvironment env,
Resource resource,
Requirement req,
SortedSet<Capability> candidates,
Collection<? extends Resource> ondemandFragments) |
Constructor and Description |
---|
HostedCapability(Resource host,
Capability cap) |
Modifier and Type | Method and Description |
---|---|
Capability |
Wire.getCapability()
Returns the
Capability for this wire. |
Modifier and Type | Method and Description |
---|---|
List<Capability> |
Resource.getCapabilities(String namespace)
Returns the capabilities declared by this resource.
|
List<Capability> |
Wiring.getResourceCapabilities(String namespace)
Returns the capabilities provided by this wiring.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Requirement.matches(Capability capability)
Returns whether the specified capability matches this requirement.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BundleCapability
A capability that has been declared from a
bundle
revision . |
Modifier and Type | Method and Description |
---|---|
List<Capability> |
BundleRevision.getCapabilities(String namespace)
Returns the capabilities declared by this resource.
|
List<Capability> |
BundleWiring.getResourceCapabilities(String namespace)
Returns the capabilities provided by this wiring.
|
Modifier and Type | Method and Description |
---|---|
SortedSet<Capability> |
Environment.findProviders(Requirement requirement)
Find any capabilities that
match
the supplied requirement. |
Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.