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,
Collection<? extends Resource> mandatoryRevisions,
Collection<? extends Resource> optionalRevisions,
Collection<? extends Resource> ondemandFragments) |
Map<Resource,List<Wire>> |
FelixResolver.resolve(FelixEnvironment env,
Resource resource,
Requirement dynReq,
SortedSet<Capability> cands,
Collection<? extends Resource> ondemandFragments) |
Modifier and Type | Method and Description |
---|---|
Map<Resource,List<Wire>> |
ResolverImpl.resolve(Environment env,
Collection<Resource> mandatoryRevisions,
Collection<Resource> optionalRevisions) |
Map<Resource,List<Wire>> |
ResolverImpl.resolve(FelixEnvironment env,
Collection<? extends Resource> mandatoryRevisions,
Collection<? extends Resource> optionalRevisions,
Collection<? extends Resource> ondemandFragments) |
Map<Resource,List<Wire>> |
ResolverImpl.resolve(FelixEnvironment env,
Resource resource,
Requirement req,
SortedSet<Capability> candidates,
Collection<? extends Resource> ondemandFragments) |
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 | 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 |
---|---|
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–2013 The Apache Software Foundation. All rights reserved.