Package | Description |
---|---|
org.apache.felix.resolver | |
org.apache.felix.resolver.impl | |
org.osgi.service.resolver |
Resolver Package Version 1.0.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FelixEnvironment |
Modifier and Type | Method and Description |
---|---|
static Capability |
Util.getSatisfyingCapability(Environment env,
Resource br,
Requirement req) |
Map<Resource,List<Wire>> |
ResolverImpl.resolve(Environment env,
Collection<Resource> mandatoryRevisions,
Collection<Resource> optionalRevisions) |
Modifier and Type | Method and Description |
---|---|
Map<Resource,List<Wire>> |
Resolver.resolve(Environment environment,
Collection<Resource> mandatoryResources,
Collection<Resource> optionalResources)
Attempt to resolve the resources based on the specified environment and
return any new resources and wires to the caller.
|
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.