Modifier and Type | Method and Description |
---|---|
Set<Capability> |
FelixResolverState.getCandidates(Module module,
Requirement req,
boolean obeyMandatory) |
Modifier and Type | Method and Description |
---|---|
Set<Capability> |
CapabilitySet.match(SimpleFilter sf,
boolean obeyMandatory) |
Modifier and Type | Method and Description |
---|---|
void |
CapabilitySet.addCapability(Capability cap) |
static boolean |
CapabilitySet.matches(Capability cap,
SimpleFilter sf) |
void |
CapabilitySet.removeCapability(Capability cap) |
Modifier and Type | Method and Description |
---|---|
Capability |
Wire.getCapability()
Returns the associated capability from the exporting module that
satisfies the requirement of the importing module.
|
Capability |
WireImpl.getCapability() |
Capability |
WireModuleImpl.getCapability() |
Modifier and Type | Method and Description |
---|---|
Set<Capability> |
Resolver.ResolverState.getCandidates(Module module,
Requirement req,
boolean obeyMandatory) |
List<Capability> |
Module.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
int |
CandidateComparator.compare(Capability cap1,
Capability cap2) |
Constructor and Description |
---|
WireImpl(Module importer,
Requirement ip,
Module exporter,
Capability ep) |
WireModuleImpl(Module importer,
Requirement requirement,
Module exporter,
Capability capability,
List<String> packages) |
Modifier and Type | Method and Description |
---|---|
static Capability |
Util.getSatisfyingCapability(Module m,
Requirement req) |
Modifier and Type | Method and Description |
---|---|
static List<Capability> |
Util.getCapabilityByNamespace(Module module,
String namespace)
Returns all the capabilities from a module that has a specified namespace.
|
Modifier and Type | Class and Description |
---|---|
class |
CapabilityImpl |
Modifier and Type | Method and Description |
---|---|
List<Capability> |
ManifestParser.getCapabilities() |
static List<Capability> |
ManifestParser.parseExportHeader(Logger logger,
Module owner,
String header,
String bsn,
org.osgi.framework.Version bv) |
Modifier and Type | Method and Description |
---|---|
Set<Capability> |
ResolverStateExt.getCandidates(Module module,
Requirement req,
boolean obeyMandatory) |
List<Capability> |
ModuleExt.getCapabilities() |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.