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 |
---|---|
void |
FelixEnvironment.checkExecutionEnvironment(Resource resource) |
void |
FelixEnvironment.checkNativeLibraries(Resource resource) |
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>> |
FelixResolver.resolve(FelixEnvironment env,
Collection<? extends Resource> mandatoryRevisions,
Collection<? extends Resource> optionalRevisions,
Collection<? extends Resource> ondemandFragments) |
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,
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 |
---|---|
Resource |
HostedCapability.getResource() |
Resource |
HostedRequirement.getResource() |
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 |
---|---|
static Capability |
Util.getSatisfyingCapability(Environment env,
Resource br,
Requirement req) |
static String |
Util.getSymbolicName(Resource resource) |
static org.osgi.framework.Version |
Util.getVersion(Resource resource) |
static boolean |
Util.isFragment(Resource resource) |
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 |
---|---|
Map<Resource,List<Wire>> |
ResolverImpl.resolve(Environment env,
Collection<Resource> mandatoryRevisions,
Collection<Resource> optionalRevisions) |
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,
Collection<? extends Resource> mandatoryRevisions,
Collection<? extends Resource> optionalRevisions,
Collection<? extends Resource> ondemandFragments) |
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) |
Constructor and Description |
---|
HostedCapability(Resource host,
Capability cap) |
HostedRequirement(Resource host,
Requirement req) |
Modifier and Type | Method and Description |
---|---|
Resource |
Wire.getProvider()
Returns the resource providing the
capability . |
Resource |
Wire.getRequirer()
Returns the resource who
requires the
capability . |
Resource |
Requirement.getResource()
Returns the resource declaring this requirement.
|
Resource |
Capability.getResource()
Returns the resource declaring this capability.
|
Resource |
Wiring.getResource()
Returns the resource associated with this wiring.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BundleRevision
Bundle Revision.
|
Modifier and Type | Method and Description |
---|---|
Map<Resource,Wiring> |
Environment.getWirings()
An immutable map of wirings for resources.
|
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.
|
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.
|
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.